File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "description" : " React.js Koans" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "compile" : " babel exercises --out-dir src > /dev/null 2>&1 " ,
7+ "compile" : " babel exercises --out-dir src" ,
88 "setup" : " npm install && ncp koans/ exercises/" ,
9- "start" : " npm run compile > /dev/null 2>&1 && nodemon server.js" ,
10- "test" : " npm run compile > /dev/null 2>&1 && mocha -b --compilers js:babel/register -r test/helpers.js test/**/*.js || true" ,
9+ "nodemon" : " nodemon" ,
10+ "start" : " npm run compile && npm run nodemon server.js" ,
11+ "mocha" : " mocha" ,
12+ "test" : " npm run compile && npm run mocha" ,
1113 "watch" : " onchange exercises/*.jsx -- npm run test"
1214 },
1315 "repository" : {
Original file line number Diff line number Diff line change 1+ --compilers js:babel/register
2+ --require test/helpers.js
3+ --bail
You can’t perform that action at this time.
0 commit comments