meta: remove superfluous slashes in test:fast npm script
This commit is contained in:
parent
4141b31349
commit
799b7271e3
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue