diff --git a/package.json b/package.json index 10d36f2..fcf6ad6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "prepare": "husky", "prepublishOnly": "npm run test && npm run build", "test": "npm run unit -- --coverage", - "test:integration": "vitest run --config vitest.config.e2e.mts", + "test:e2e": "vitest run --config vitest.config.e2e.mts", "unit": "vitest run" }, "lint-staged": {