Skip to content

Commit

Permalink
test: fix bench config
Browse files Browse the repository at this point in the history
Agoric#8313 changed supports module to .ts
  • Loading branch information
turadg authored and anilhelvaci committed Feb 16, 2024
1 parent 8a3f59f commit 33598ef
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 33598ef

Please sign in to comment.