Skip to content

Commit

Permalink
test: refactor and actualise Transactions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amelnytskyi committed Feb 22, 2024
1 parent d8d0a70 commit b7c31aa
Show file tree
Hide file tree
Showing 2 changed files with 522 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"scripts": {
"postinstall": "cd src/playbook && npm install",
"integration-test:api": "jest --verbose",
"integration-test:api": "jest --verbose --testPathPattern=transactions.test.ts",
"integration-test:ui": "npx playwright test",
"block-explorer:start": "docker-compose up",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-pattern 'repos' --ignore-pattern 'git add .'"
Expand Down
Loading

0 comments on commit b7c31aa

Please sign in to comment.