Mure
Results
2
issues of
Mure
When i run `mocha` in `./api/users`, i got some error ``` Uncaught TypeError: Cannot read property 'eql' of undefined ``` Here is my solve: ``` // (./api/users/test.js) add it var...
When i run `mocha` in `./api/users`, i got some warning: ``` Uncaught TypeError: Cannot read property 'eql' of undefined ``` Here is my solve: ./api/users/test.js ``` // add it var...