File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 57
57
58
58
- name : Test
59
59
run : |
60
- npm run test:unit -- -h -b ${{ matrix.BROWSER }} \
60
+ npm run test:unit -- \
61
+ --headless -b ${{ matrix.BROWSER }} \
61
62
-c ${{ matrix.CONFIGS.config }} \
62
63
63
64
edge :
97
98
98
99
- name : Test
99
100
run : |
100
- npm run test:unit -- -h -b edge `
101
+ npm run test:unit -- `
102
+ --headless -b edge `
101
103
-c ${{ matrix.CONFIGS.config }}
102
104
103
105
safari :
Original file line number Diff line number Diff line change 48
48
"build" : " grunt build" ,
49
49
"lint" : " grunt lint" ,
50
50
"test:server" : " jtr serve" ,
51
- "test:unit" : " jtr run " ,
52
- "test" : " grunt && npm run test:unit -- -h "
51
+ "test:unit" : " jtr" ,
52
+ "test" : " grunt && npm run test:unit -- --headless "
53
53
},
54
54
"dependencies" : {
55
55
"jquery" : " >=1.12.0 <5.0.0"
You can’t perform that action at this time.
0 commit comments