Skip to content

Commit

Permalink
fix: merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
JackieJoo committed Nov 3, 2023
2 parents 9780780 + a147728 commit a413d88
Show file tree
Hide file tree
Showing 151 changed files with 23,695 additions and 1,398 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraswap/dex-lib",
"version": "2.28.11",
"version": "2.42.4",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "https://github.com/paraswap/paraswap-dex-lib",
Expand Down
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/cli').run(
require('../node_modules/jest-cli/build').run(
`src\/dex\/${dexNameParam}\/.+\.test\.ts`,
);
}
Expand Down
Loading

0 comments on commit a413d88

Please sign in to comment.