We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86017ed commit ffa10adCopy full SHA for ffa10ad
package.json
@@ -15,7 +15,7 @@
15
"lint:demo": "eslint \"projects/mat-datatable-demo\"",
16
"lint:scss": "stylelint \"**/*.scss\"",
17
"lint:commits": "commitlint --from 81ad0b8fb70526 --to HEAD --verbose",
18
- "test": "npm run test:lib -- --watch=false && npm run test:demo -- --watch=false",
+ "test": "npm run test:lib -- --watch=false --browsers=ChromeHeadless && npm run test:demo -- --watch=false --browsers=ChromeHeadless",
19
"test:lib": "ng test mat-datatable-lib",
20
"test:demo": "ng test mat-datatable-demo",
21
"test:lib:coverage:ui": "set BROWSERSLIST_IGNORE_OLD_DATA=1 && ng test mat-datatable-lib --code-coverage --no-watch && node tools/open-coverage.mjs",
0 commit comments