File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/contentstack-config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141
4242 - name : Run tests for Contentstack Config
4343 working-directory : ./packages/contentstack-config
44- run : npm run test -- --full-trace
44+ run : npm run test:unit
4545
4646 - name : Run tests for Contentstack Auth
4747 working-directory : ./packages/contentstack-auth
Original file line number Diff line number Diff line change 1212 "version" : " oclif readme && git add README.md" ,
1313 "test:report" : " tsc -p test && nyc --reporter=lcov --extension .ts mocha --forbid-only \" test/**/*.test.ts\" " ,
1414 "pretest" : " tsc -p test" ,
15- "test" : " TS_NODE_PROJECT=test/tsconfig.json mocha --require ts-node/register 'test/unit /**/*.test.ts'" ,
15+ "test" : " mocha --require ts-node/register 'test/**/*.test.ts'" ,
1616 "posttest" : " npm run lint" ,
1717 "lint" : " eslint src/**/*.ts" ,
1818 "format" : " eslint src/**/*.ts --fix" ,
You can’t perform that action at this time.
0 commit comments