typo
This commit is contained in:
@@ -56,7 +56,7 @@ export class MockResolver extends Resolver {
|
|||||||
const r = this._rs.get(value);
|
const r = this._rs.get(value);
|
||||||
|
|
||||||
if (!r) {
|
if (!r) {
|
||||||
throw new Error('Not registed for mock');
|
throw new Error('Not registered for mock');
|
||||||
}
|
}
|
||||||
|
|
||||||
const object = JSON.parse(r.content);
|
const object = JSON.parse(r.content);
|
||||||
|
Reference in New Issue
Block a user