-
|
when trying to run tests i get this error: config: import e2e from './test/e2e/ava.config';
import unit from './test/unit/ava.config';
const TEST_TYPE = process.env.TEST_TYPE;
export default TEST_TYPE === 'e2e' ? e2e : unit;package.json terminal output |
Beta Was this translation helpful? Give feedback.
Answered by
Suya1671
Jan 25, 2021
Replies: 1 comment 1 reply
-
|
fixed by just downgrading to ava 2 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Suya1671
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fixed by just downgrading to ava 2