Skip to content

Commit

Permalink
Restore local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pbnather committed Aug 21, 2023
1 parent 85b2567 commit 97bd3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dex-integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function testIntegration(argv: IOptions) {
process.env.NODE_ENV = 'test';
}

require('../node_modules/jest-cli/build/run').run(
require('../node_modules/jest-cli/build/cli').run(
`src\/dex\/${dexNameParam}\/.+\.test\.ts`,
);
}
Expand Down

0 comments on commit 97bd3cc

Please sign in to comment.