File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 58
58
- name : Test
59
59
run : |
60
60
npm run test:unit -- -h -b ${{ matrix.BROWSER }} \
61
- ${{ matrix.CONFIGS.config }} \
61
+ -c ${{ matrix.CONFIGS.config }} \
62
62
63
63
edge :
64
64
runs-on : windows-latest
98
98
- name : Test
99
99
run : |
100
100
npm run test:unit -- -h -b edge `
101
- ${{ matrix.CONFIGS.config }}
101
+ -c ${{ matrix.CONFIGS.config }}
102
102
103
103
safari :
104
104
runs-on : macos-latest
@@ -138,4 +138,4 @@ jobs:
138
138
- name : Test
139
139
run : |
140
140
npm run test:unit -- -b safari \
141
- ${{ matrix.CONFIGS.config }}
141
+ -c ${{ matrix.CONFIGS.config }}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ test-urls:
29
29
- tooltip/tooltip.html
30
30
- widget/widget.html
31
31
32
- flags :
32
+ runs :
33
33
jquery :
34
34
- git
35
35
- 3.x-git
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ test-urls:
29
29
- tooltip/tooltip.html
30
30
- widget/widget.html
31
31
32
- flags :
33
- jquery:
32
+ runs :
33
+ jquery :
34
34
- 3.7.1
35
35
- 3.6.4
36
36
- 2.2.4
Original file line number Diff line number Diff line change 47
47
"scripts" : {
48
48
"build" : " grunt build" ,
49
49
"lint" : " grunt lint" ,
50
- "test:server" : " jtr serve -c jtr.yml " ,
51
- "test:unit" : " jtr run -c jtr.yml " ,
50
+ "test:server" : " jtr serve" ,
51
+ "test:unit" : " jtr run" ,
52
52
"test" : " grunt && npm run test:unit -- -h"
53
53
},
54
54
"dependencies" : {
You can’t perform that action at this time.
0 commit comments