Skip to content

Commit

Permalink
test: fix bench config
Browse files Browse the repository at this point in the history
#8313 changed supports module to .ts
  • Loading branch information
turadg committed Sep 19, 2023
1 parent dafc7c1 commit 57cb53d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/boot/ava.bench.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
// NB: keep in sync with package.json
export default {
extensions: {
js: true,
ts: 'module',
},
files: ['test/**/bench-*.js'],
nodeArguments: ['--loader=tsx', '--no-warnings'],
require: ['@endo/init/debug.js'],
timeout: '20m',
workerThreads: false,
};

0 comments on commit 57cb53d

Please sign in to comment.