Typescript - cannot pass file name #2708
-
Hi, I am new to ava and I don't seem to understand how to specify the file test to run. When I run ava, no problem:
But when I tried to pass the file names, it can never find it:
The test is in
And the ava section in
Using
How should I be able to specify the test file to run? Note: I used https://github.com/bitjson/typescript-starter to generate my repo. |
Beta Was this translation helpful? Give feedback.
Answered by
novemberborn
Mar 10, 2021
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
D4nte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
npx ava src/lib/node.spec.ts
should work.