You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support fragments in different files (rubengrill#22)
* Support fragments in different files
* Remove beforeEach from tests
Previously codegen was called within beforeEach.
When that fails, jest simply continues to execute all test cases.
The error from beforeEach is not shown and some expect call is going to fail in the test case,
with an error message that doesn't make it obvious where the actual problem lies.
* Fix eslint
0 commit comments