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 b7c31aa commit ee338e8
Showing 1 changed file with 1 addition 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 --testPathPattern=transactions.test.ts",
"integration-test:api": "jest --verbose",
"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

0 comments on commit ee338e8

Please sign in to comment.