Skip to content

Commit

Permalink
[All] Possible tests fix see avajs/ava#2593 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelelz committed Dec 11, 2023
1 parent e5ae39c commit 193b17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"test:types": "tsc",
"test": "ava tests --timeout=60s --serial && pnpm test:esm && pnpm test:rqb",
"test": "NODE_OPTIONS='--loader=tsx --no-warnings' ava --timeout=60s --serial && pnpm test:esm && pnpm test:rqb",
"test:rqb": "vitest run --no-threads",
"test:esm": "node tests/imports.test.mjs && node tests/imports.test.cjs"
},
Expand Down

0 comments on commit 193b17c

Please sign in to comment.