We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a651dd0 commit 8830277Copy full SHA for 8830277
indexer/package.json
@@ -75,7 +75,6 @@
75
"migrate:up": "dotenv -e .env npx sequelize-cli db:migrate",
76
"migrate:down": "dotenv -e .env npx sequelize-cli db:migrate:undo",
77
"test:unit": "jest tests/unit/*.test.ts",
78
- "test:integration": "dotenv -e .env.testing jest tests/integration/*.test.ts",
79
"test:queries": "dotenv -e .env.testing jest tests/integration/queries/*.test.ts",
80
"test:subscriptions": "dotenv -e .env.testing jest tests/integration/subscriptions/*.test.ts",
81
"test:file": "dotenv -e .env.testing jest",
0 commit comments