Procházet zdrojové kódy

fix(mocha): Run all tests (#4433)

master
Sorin Davidoi před 6 roky
committed by Eugen Rochko
rodič
revize
7e0c00a555
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      package.json

+ 1
- 1
package.json Zobrazit soubor

@@ -9,7 +9,7 @@
"start": "node ./streaming/index.js",
"test": "npm run test:lint && npm run test:mocha",
"test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ streaming/",
"test:mocha": "cross-env NODE_ENV=test mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.js",
"test:mocha": "cross-env NODE_ENV=test mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/**/*.test.js",
"postinstall": "npm rebuild node-sass"
},
"repository": {


Načítá se…
Zrušit
Uložit