File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
run : pnpm install --frozen-lockfile
103
103
104
104
- name : test
105
- run : pnpm test -- -- watch=false --browsers=SafariNative
105
+ run : pnpm test --watch=false --browsers=SafariNative
106
106
107
107
prettier :
108
108
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change
1
+ pnpm-lock.yaml
Original file line number Diff line number Diff line change 115
115
"main" : " projects/material-css-vars/src/test.ts" ,
116
116
"tsConfig" : " projects/material-css-vars/tsconfig.spec.json" ,
117
117
"karmaConfig" : " projects/material-css-vars/karma.conf.js" ,
118
- "styles" : [" projects/material-css-vars/src/test/global-styles.scss" ]
118
+ "styles" : [" projects/material-css-vars/src/test/global-styles.scss" ],
119
+ "codeCoverage" : true
119
120
}
120
121
},
121
122
"lint" : {
Original file line number Diff line number Diff line change 5
5
"ng" : " ng" ,
6
6
"start" : " ng serve" ,
7
7
"build" : " ng build" ,
8
- "test" : " ng test --code-coverage=true " ,
8
+ "test" : " ng test" ,
9
9
"lint" : " ng lint" ,
10
10
"ubl" : " npx browserslist@latest --update-db" ,
11
11
"demo" : " run-s demo.build demo.gh-pages" ,
You can’t perform that action at this time.
0 commit comments