Replies: 1 comment
-
I think this part of your config resets AVA's knowledge of "extensions": [
"ts"
], This should work:
(Or maybe you want Look for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to follow this guide: https://github.com/avajs/ava/blob/main/docs/08-common-pitfalls.md#timeouts-because-a-file-failed-to-exit
Here is my change: https://github.com/smartcontractkit/ea-framework-js/pull/309/files
But received the following error:
package.json: https://github.com/smartcontractkit/ea-framework-js/blob/main/package.json#L66
Invoke: https://github.com/smartcontractkit/ea-framework-js/blob/main/package.json#L66
Beta Was this translation helpful? Give feedback.
All reactions