api-boilerplate
api-boilerplate copied to clipboard
mocha test Cannot read property 'eql' of undefined
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 should = require('should')