Skip to content

Commit

Permalink
feat: add cross currency flow and start refactor of tests
Browse files Browse the repository at this point in the history
refactor changes tests to contain entire flow, instead of seperate
tests for each step of flow, which are not independent.
  • Loading branch information
BlairCurrey committed Mar 25, 2024
1 parent d09ed42 commit 66ede8b
Show file tree
Hide file tree
Showing 4 changed files with 540 additions and 294 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@jest/types": "^29.6.3",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "7.2",
"@typescript-eslint/parser": "7.2",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
Loading

0 comments on commit 66ede8b

Please sign in to comment.