Skip to content

Commit aa73a46

Browse files
committedSep 9, 2017
fixed js test cmd
1 parent cfb49b3 commit aa73a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
},
1515
"homepage": "https://github.com/loiane/javascript-datastructures-algorithms",
1616
"scripts": {
17-
"start": "gulp",
17+
"gulp": "gulp",
1818
"clean": "rm -rf ./dist; mkdir ./dist",
1919
"build:js": "babel lib/js --presets babel-preset-es2015 --out-dir dist/js",
2020
"build:ts": "tsc",
2121
"build": "npm run build:js && npm run build:ts",
22-
"test:js": "mocha --compilers js:babel-core/register --colors--recursive ./test/js/**/*.spec.js",
22+
"test:js": "mocha --compilers js:babel-core/register --colors --recursive ./test/js/**/*.spec.js",
2323
"test:ts": "mocha -r ts-node/register --colors --recursive ./test/ts/**/*.spec.ts",
2424
"test": "npm run test:js && npm run test:ts",
2525
"coverage": "./node_modules/.bin/istanbul cover --include-all-sources --root ./lib/js ./node_modules/.bin/_mocha --recursive ./test/js/**/*.spec.js -- --compilers js:babel-core/register && codecov",

0 commit comments

Comments
 (0)