File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 run : npm run format:check
3838
3939 - name : Run unit tests with coverage
40- run : npm run test:cov
40+ run : npm run test
4141 env :
4242 NODE_ENV : test
4343
Original file line number Diff line number Diff line change 2424 "lint:check" : " eslint \" src/**/*.ts\" " ,
2525 "format" : " prettier --write \" src/**/*.ts\" " ,
2626 "format:check" : " prettier --check \" src/**/*.ts\" " ,
27- "test" : " jest --config test/jest.json --runInBand --forceExit" ,
28- "test:cov" : " jest --config test/jest.json --runInBand --forceExit --coverage" ,
27+ "test" : " jest --config test/jest.json --runInBand --forceExit --coverage"
2928 "version:patch" : " npm version patch --no-git-tag-version" ,
3029 "version:minor" : " npm version minor --no-git-tag-version" ,
3130 "version:major" : " npm version major --no-git-tag-version"
You can’t perform that action at this time.
0 commit comments