Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Uniswap/gouda-service into …
Browse files Browse the repository at this point in the history
…add_sanity_check_integ_tests
  • Loading branch information
rileydcampbell committed Jun 9, 2023
2 parents 82280ad + 9ba1a11 commit 6b19d34
Show file tree
Hide file tree
Showing 5 changed files with 714 additions and 95 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "rm -rf dist cdk.out",
"watch": "tsc -w",
"test": "jest --detectOpenHandles --forceExit --testPathIgnorePatterns=integ/ dist/",
"integ-test": "jest --detectOpenHandles --testPathPattern=integ/",
"integ-test": "jest --detectOpenHandles --runInBand --testPathPattern=integ/",
"cdk": "cdk",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"lib/**/*.ts\" --write",
Expand Down
Loading

0 comments on commit 6b19d34

Please sign in to comment.