File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 2525 "build:dist:watch" : " rollup -c --watch" ,
2626 "build:lib:watch" : " npm run build:lib -- --watch" ,
2727 "test" : " npm run lint && npm run test:web" ,
28- "test:web" : " NODE_ENV=test TEST_REPORT_PATH=reports jest --coverage" ,
28+ "test:web" : " NODE_ENV=test jest --coverage" ,
2929 "test:clean" : " rimraf ./coverage" ,
3030 "test:watch" : " npm run test -- --watch" ,
3131 "lint" : " eslint src" ,
4545 "bugs" : {
4646 "url" : " https://github.com/bootstrap-styled/motion/issues"
4747 },
48- "files" : [
49- " LICENSE.md" ,
50- " dist" ,
51- " lib" ,
52- " src"
53- ],
5448 "keywords" : [
5549 " bootstrap-styled" ,
5650 " styled-components" ,
236230 "testRegex" : " tests/.*\\ .test\\ .js$" ,
237231 "testResultsProcessor" : " jest-sonar-reporter"
238232 },
233+ "jestSonar" : {
234+ "reportPath" : " reports" ,
235+ "reportFile" : " test-report.xml" ,
236+ "indent" : 2
237+ },
239238 "lint-staged" : {
240239 "*.js" : [
241240 " eslint --fix" ,
You can’t perform that action at this time.
0 commit comments