File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 "build" : " npm run banner build && npm run lint && npm run clean:dist && npm run transpile && npm run copy:assets" ,
1010 "start" : " node dist/app.js" ,
1111 "pretest" : " ./node_modules/.bin/tslint -c ./tslint.json -t stylish './test/unit/**/*.ts'" ,
12- "test" : " npm run banner test && cross-env NODE_ENV=test \" ./node_modules/.bin/jest\" " ,
12+ "test" : " npm run banner test && cross-env NODE_ENV=test \" ./node_modules/.bin/jest\" --testPathPattern=unit " ,
1313 "test:pretty" : " npm run test -- --verbose" ,
1414 "test:coverage" : " npm run test -- --coverage" ,
1515 "pretest:black-box" : " ./node_modules/.bin/tslint -c ./tslint.json -t stylish './test/black-box/**/*.ts'" ,
16- "test:black-box" : " npm run banner test && cross-env NODE_ENV=test ./node_modules/.bin/jest ./test/ black-box -i" ,
16+ "test:black-box" : " npm run banner test && cross-env NODE_ENV=test \" ./node_modules/.bin/jest\" --testPathPattern= black-box -i" ,
1717 "test:black-box:pretty" : " npm run test:black-box -- --verbose" ,
1818 "db:migrate" : " npm run banner migrate && \" ./node_modules/.bin/knex\" migrate:latest" ,
1919 "db:migrate:rollback" : " npm run banner rollback && \" ./node_modules/.bin/knex\" migrate:rollback" ,
You can’t perform that action at this time.
0 commit comments