File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2828 "prettier" : " prettier --config .prettierrc.json --write '**/**/**/*.js' '**/**/*.js' '**/*.js' '*.js'" ,
2929 "prettier:text" : " prettier 'README.md' 'docs/*.md' 'docs/**/*.md' --no-config --tab-width 4 --print-width 120 --write --prose-wrap always" ,
3030 "start" : " node ./bin/iotagent-json" ,
31- "test" : " nyc --reporter=text mocha --recursive 'test/unit/ngsiv2/HTTP_reveice_measures-test2 .js' --reporter spec --timeout 5000 --ui bdd --exit --color true" ,
31+ "test" : " nyc --reporter=text mocha --recursive 'test/**/* .js' --reporter spec --timeout 5000 --ui bdd --exit --color true" ,
3232 "test:functional" : " nyc --reporter=text mocha --recursive 'test/functional/*.js' --reporter spec --timeout 5000 --ui bdd --exit --color true" ,
3333 "test:coverage" : " nyc --reporter=lcov mocha -- --recursive 'test/**/*.js' --reporter spec --exit" ,
3434 "test:coveralls" : " npm run test:coverage && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage" ,
You can’t perform that action at this time.
0 commit comments