Update README.md
This commit is contained in:
		| @ -54,8 +54,10 @@ const users = [ | ||||
|   { "id": 3, "name": "Francesco", "age": 24 } | ||||
| ] | ||||
|  | ||||
| module.exports = MockBase => class MockUsers extends MockBase { | ||||
|   mocks () { | ||||
|     /* response mocks for /users */ | ||||
| module.exports = [ | ||||
|     return [ | ||||
|       { | ||||
|         route: '/users', | ||||
|         responses: [ | ||||
| @ -81,6 +83,8 @@ module.exports = [ | ||||
|         ] | ||||
|       } | ||||
|     ] | ||||
|   } | ||||
| } | ||||
| ``` | ||||
|  | ||||
| Next, launch `ws` passing in your mock response file: | ||||
|  | ||||
		Reference in New Issue
	
	Block a user