File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3737 - name : build
3838 run : npm run build
3939 timeout-minutes : 5
40- - name : test
40+ - name : test-library
4141 run : npm run test:testing-library
4242 timeout-minutes : 5
43+ - name : test-examples
44+ run : npm run test:example-app
45+ timeout-minutes : 5
46+ - name : test-karma-examples
47+ run : npm run test:karma-app
48+ timeout-minutes : 5
4349 - name : lint
4450 run : npm run lint
4551 timeout-minutes : 5
Original file line number Diff line number Diff line change 99 "test" : " ng test" ,
1010 "test:testing-library" : " ng test testing-library" ,
1111 "test:example-app" : " ng test example-app" ,
12+ "test:karma-app" : " ng test example-app-karma" ,
1213 "lint" : " ng lint" ,
1314 "lint:all" : " ng lint testing-library && ng lint example-app && ng lint example-app-karma" ,
1415 "format" : " prettier --write ." ,
You can’t perform that action at this time.
0 commit comments