From 799b7271e34c997a092228c20420d2cd157a0834 Mon Sep 17 00:00:00 2001 From: Xymorot Date: Thu, 7 Jan 2021 02:13:48 +0100 Subject: [PATCH] meta: remove superfluous slashes in test:fast npm script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 856544a..f28766b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dev:ts": "tsc -w --pretty --preserveWatchOutput", "build": "concurrently -c green,yellow,cyan -n webpack,index,typescript \"npm run build:webpack\" \"npm run build:index\" \"npm run build:ts\"", "dev": "concurrently -c green,yellow,cyan -n webpack,index,typescript \"npm run dev:webpack\" \"npm run dev:index\" \"npm run dev:ts\"", - "test:fast": "electron-mocha --config .mocharc.json --grep \\\"@slow\\\" --invert", + "test:fast": "electron-mocha --config .mocharc.json --grep \"@slow\" --invert", "test": "electron-mocha --config .mocharc.json", "coverage": "nyc npm run test", "prelint": "eslint-config-prettier src/main.ts",