entria / entria-graphql

GraphQL Generators for Entria Projects
MIT License
19 stars 1 forks source link

Fix referencing to fixtures path on test helper #44

Closed matheuscorreia closed 6 years ago

matheuscorreia commented 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