File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " express-typescript-boilerplate" ,
3- "version" : " 1.3 .0" ,
3+ "version" : " 1.4 .0" ,
44 "description" : " A delightful way to building a RESTful API with NodeJs & TypeScript" ,
55 "main" : " src/index.ts" ,
66 "scripts" : {
77 "lint" : " ./node_modules/.bin/gulp lint" ,
8- "test" : " NODE_ENV=test ./node_modules/.bin/jest ./test/unit --verbose --coverage" ,
9- "test:black-box" : " NODE_ENV=test ./node_modules/.bin/jest ./test/black-box -i --verbose" ,
8+ "test" : " NODE_ENV=test ./node_modules/.bin/jest ./test/unit" ,
9+ "test:pretty" : " NODE_ENV=test ./node_modules/.bin/jest ./test/unit --verbose" ,
10+ "test:coverage" : " NODE_ENV=test ./node_modules/.bin/jest ./test/unit --coverage" ,
11+ "test:black-box" : " NODE_ENV=test ./node_modules/.bin/jest ./test/black-box -i" ,
12+ "test:black-box:pretty" : " NODE_ENV=test ./node_modules/.bin/jest ./test/black-box -i --verbose" ,
1013 "build" : " ./node_modules/.bin/gulp build" ,
1114 "clean" : " ./node_modules/.bin/gulp clean" ,
1215 "db:migrate" : " ./node_modules/.bin/knex migrate:latest" ,
You can’t perform that action at this time.
0 commit comments