From b89c154c1be920eecb1d52877d6d114887e32378 Mon Sep 17 00:00:00 2001 From: Kurt Medley Date: Sat, 25 May 2024 09:05:08 -0700 Subject: [PATCH] Changing integration to e2e --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {