We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a3341 commit 14f8adaCopy full SHA for 14f8ada
ava.config.js
@@ -2,13 +2,9 @@ export default () => {
2
return {
3
ignoredByWatcher: ['tmp/**/*'],
4
files: ['**/*.test.ts', '!package/**/*'],
5
- environmentVariables: {
6
- // UPSTREAM: https://nodejs.org/docs/latest-v18.x/api/esm.html#loaders
7
- NODE_NO_WARNINGS: '1',
8
- },
9
extensions: {
10
- ts: 'module',
+ ts: 'commonjs'
11
},
12
- nodeArguments: ['--loader=tsx'],
+ nodeArguments: ['--import=tsx']
13
}
14
0 commit comments