meta: remove superfluous slashes in test:fast npm script

This commit is contained in:
Xymorot 2021-01-07 02:13:48 +01:00
parent 4141b31349
commit 799b7271e3
1 changed files with 1 additions and 1 deletions

View File

@ -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",