Skip to content

Commit

Permalink
test: skip extra endo/init
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Dec 2, 2024
1 parent 4a935d6 commit 8e23534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion multichain-testing/ava.main.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ export default {
extensions: {
ts: 'module',
},
require: ['@endo/init/debug.js'],
// Each test imports `@endo/ses-ava/prepare-endo.js` which does its own @endo/init
// require: ['@endo/init/debug.js'],
nodeArguments: ['--import=ts-blank-space/register'],
files: ['test/**/*.test.ts', '!test/fast-usdc/**/*.test.ts'],
concurrency: 1,
Expand Down

0 comments on commit 8e23534

Please sign in to comment.