Closed matheuscorreia closed 6 years ago
helper was looking for fixtures like fixtures/adminUser.js when it should be like fixtures/AdminUser.js, therefore breaking tests with ENOENT: no such file or directory
fixtures/adminUser.js
fixtures/AdminUser.js
ENOENT: no such file or directory
helper was looking for fixtures like
fixtures/adminUser.js
when it should be likefixtures/AdminUser.js
, therefore breaking tests withENOENT: no such file or directory