Skip to content

Commit

Permalink
chore: removed old integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek committed Feb 15, 2024
1 parent 7f9d444 commit c10d60f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 112 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"start-testnet": "cross-env-shell NODE_ENV=testnet \"yarn start\"",
"test": "cross-env NODE_OPTIONS='--max-http-header-size 32768' NODE_ENV=test vitest",
"test-badges": "make-coverage-badge --output-path ./docs/images/badge.svg",
"test-integration:mainnet": "cross-env NETWORK=mainnet vitest -c vitest.config.integration.ts --run --segfault-retry=3",
"test-integration:preprod": "cross-env NETWORK=preprod vitest -c vitest.config.integration.ts --run --segfault-retry=3",
"test-integration:preview": "cross-env NETWORK=preview vitest -c vitest.config.integration.ts --run --segfault-retry=3",
"type-check": "tsc --project tsconfig.json"
},
"dependencies": {
Expand Down Expand Up @@ -57,7 +54,6 @@
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@vitest/coverage-c8": "^0.27",
"change-case": "^4.1.2",
"eslint": "8.49.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "^2.28.1",
Expand Down
7 changes: 0 additions & 7 deletions test/integration/tests/common/routes.ts

This file was deleted.

7 changes: 0 additions & 7 deletions test/integration/tests/mainnet/routes.ts

This file was deleted.

7 changes: 0 additions & 7 deletions test/integration/tests/preprod/routes.ts

This file was deleted.

7 changes: 0 additions & 7 deletions test/integration/tests/preview/routes.ts

This file was deleted.

60 changes: 0 additions & 60 deletions test/integration/utils.ts

This file was deleted.

20 changes: 0 additions & 20 deletions vitest.config.integration.ts

This file was deleted.

0 comments on commit c10d60f

Please sign in to comment.