Skip to content

Commit

Permalink
solve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Oct 27, 2023
2 parents 1b6d046 + afd5dcb commit 8febe66
Show file tree
Hide file tree
Showing 44 changed files with 4,457 additions and 187 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.37.5",
"version": "2.17.0",
"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 8febe66

Please sign in to comment.