From 6613d7c3824d46b5819fc33421d69431221f102b Mon Sep 17 00:00:00 2001 From: maxcoulombe Date: Fri, 19 May 2023 10:24:56 -0400 Subject: [PATCH] * fix command for e2e tests --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2479a67..a2a7c9e 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "test": "jest", "test:integration:basic": "jest -c integrationTests/basic/jest.config.js", "test:integration:enterprise": "jest -c integrationTests/enterprise/jest.config.js", - "test:e2e": "jest -c integrationTests/e2e/jest.config.js", - "test:e2e-tls": "jest -c integrationTests/e2e-tls/jest.config.js" + "test:integration:e2e": "jest -c integrationTests/e2e/jest.config.js", + "test:integration:e2e-tls": "jest -c integrationTests/e2e-tls/jest.config.js" }, "files": [ "src/**/*",