From 0d80190cab9ac9af0f72b2bd77a94ce4aaf5c93f Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Thu, 22 Dec 2022 14:07:27 +0000 Subject: [PATCH] Removing test:guide command --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 7a502980..cf1e8e4e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ "test:unit": "npm run mocha -- 'test/unit/**/*.test.ts'", "test:unit:cover": "nyc --report-dir coverage/unit --exclude 'src/@types/**/*' npm run test:unit", "test:integration": "npm run mocha -- 'test/integration/**/*.test.ts'", - "test:guide": "npm run mocha -- 'test/integration/CodeExamples.test.ts'", "test:integration:cover": "nyc --report-dir coverage/integration --no-clean npm run test:integration", "create:guide": "./scripts/createCodeExamples.sh test/integration/CodeExamples.test.ts", "create:guidec2d": "./scripts/createCodeExamples.sh test/integration/ComputeExamples.test.ts",