Replies: 1 comment 3 replies
-
Something fails, yes, but critically you haven't shared the error message itself. Or code. Judging from the configuration you're using AVA 2? We can't help you there, AVA 3 is the latest stable version. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Node v15.11.0
Using Supertest
TypeScript
M1 Macbook Pro
I was importing the modules into the test.ts and it was working fine.
I decided to use [test-name].test.ts and I started getting this error:
I found that the temporary fix was
-concurrency 1
but that makes it super slow.My AVA config is as such
Not sure what the fix is here; to do it 'properly'. I will need to import the tests again.
Beta Was this translation helpful? Give feedback.
All reactions