From 1065cc178b893333d57b1a662f1ff84d5f043a38 Mon Sep 17 00:00:00 2001 From: Ashish Date: Tue, 2 Jan 2024 16:36:02 +0530 Subject: [PATCH] bot-test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b352a5..ac7fc58 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "quick-test":"mocha --config .mocharc.js --spec 'e2e/dev/*.test.ts'", "check-errors": "tsc --noemit", "test": "mocha --config .mocharc.js --spec 'tests/**/*.test.ts'", - "test-e2e": "mocha --config .mocharc.js --timeout 1000000 --spec 'e2e/dev/alldirection.test.ts'", + "test-e2e": "mocha --config .mocharc.js --timeout 1000000 --spec 'e2e/dev/all-editor-action.test.ts'", "precommit": "no-master-commits -b master", "format": "prettier --write \"**/*.{ts,tsx}\"", "format-scss": "stylelint \"**/*.scss\" --fix",