diff --git a/packages/core/src/install/migrations/20201024173398-init.ts b/packages/core/src/install/migrations/20201024173398-init.ts index 2ebf38a0..ef39e978 100644 --- a/packages/core/src/install/migrations/20201024173398-init.ts +++ b/packages/core/src/install/migrations/20201024173398-init.ts @@ -69,7 +69,7 @@ export const up: MigrationUpFunction = async (absoluteProjectDir: string): Promi jest: "jest --detectOpenHandles --forceExit", test: `${packageManager} run jest --maxWorkers=50%`, "test:watch": `${packageManager} run jest --watch --maxWorkers=25%`, - "test:cov": `${packageManager} run jest --coverage`, + "test:cov": `${packageManager} run test --coverage`, "test:ci": `${packageManager} run test:cov --runInBand`, prepare: `${PROJECT_NAME} install`, }; diff --git a/packages/core/src/install/migrations/__snapshots__/20201024173398-init.spec.ts.snap b/packages/core/src/install/migrations/__snapshots__/20201024173398-init.spec.ts.snap index cbedaadf..dc21e615 100644 --- a/packages/core/src/install/migrations/__snapshots__/20201024173398-init.spec.ts.snap +++ b/packages/core/src/install/migrations/__snapshots__/20201024173398-init.spec.ts.snap @@ -71,7 +71,7 @@ exports[`Migration 20201024173398-init Up should apply migration 1`] = ` "prepare": "ts-dev-tools install", "test": "npm run jest --maxWorkers=50%", "test:ci": "npm run test:cov --runInBand", - "test:cov": "npm run jest --coverage", + "test:cov": "npm run test --coverage", "test:watch": "npm run jest --watch --maxWorkers=25%", }, "version": "1.0.0",