1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

quotes not needed

This commit is contained in:
Kyle Spearrin
2018-04-25 16:50:44 -04:00
parent ac22a4f4c1
commit 10b9e9c2d6

View File

@@ -21,7 +21,7 @@
"test": "karma start ./spec/support/karma.conf.js --single-run", "test": "karma start ./spec/support/karma.conf.js --single-run",
"test:watch": "karma start ./spec/support/karma.conf.js", "test:watch": "karma start ./spec/support/karma.conf.js",
"test:node": "npm run build && jasmine", "test:node": "npm run build && jasmine",
"test:node:watch": "concurrently -k -n \"TSC,Node\" -c \"yellow,cyan\" \"npm run build:watch\" \"nodemon -w ./dist --delay 500ms --exec jasmine\"" "test:node:watch": "concurrently -k -n TSC,Node -c yellow,cyan \"npm run build:watch\" \"nodemon -w ./dist --delay 500ms --exec jasmine\""
}, },
"devDependencies": { "devDependencies": {
"@types/jasmine": "^2.8.2", "@types/jasmine": "^2.8.2",