File tree Expand file tree Collapse file tree 2 files changed +1848
-3286
lines changed Expand file tree Collapse file tree 2 files changed +1848
-3286
lines changed Original file line number Diff line number Diff line change 9
9
"scripts" : {
10
10
"build" : " standard | snazzy && node tasks/build.js" ,
11
11
"lint" : " standard" ,
12
- "test-coverage" : " karma start --browsers ChromeHeadless --single-run" ,
13
- "test" : " karma start --coverage" ,
14
- "test:debug" : " karma start --browsers ChromeDebugging --auto-watch=true --single-run=false" ,
15
- "test:watch" : " karma start --auto-watch=true --single-run=false" ,
16
- "test:update-snapshots" : " karma start --update-snapshots" ,
17
- "test:prune-snapshots" : " karma start --prune-snapshots"
12
+ "test" : " web-test-runner \" tests/**/*Test.js\" --node-resolve" ,
13
+ "test:coverage" : " web-test-runner \" tests/**/*Test.js\" --node-resolve --coverage"
18
14
},
19
15
"repository" : {
20
16
"type" : " git" ,
37
33
" nested"
38
34
],
39
35
"devDependencies" : {
40
- "@open-wc/testing" : " ^2.0.0" ,
41
- "@open-wc/testing-helpers" : " ^1.4.0" ,
42
- "@open-wc/testing-karma" : " ^3.2.21" ,
43
- "deepmerge" : " ^4.2.2" ,
44
- "del" : " ^5.1.0" ,
45
- "jquery" : " ^3.4.1" ,
46
- "karma" : " ^4.4.1" ,
47
- "lit-element" : " ^2.2.1" ,
48
- "mocha" : " ^6.2.2" ,
49
- "rollup" : " ^1.27.14" ,
36
+ "@open-wc/testing" : " ^2.5.33" ,
37
+ "@web/test-runner" : " ^0.13.13" ,
38
+ "del" : " ^6.0.0" ,
39
+ "jquery" : " ^3.6.0" ,
40
+ "lit-element" : " ^2.5.1" ,
41
+ "rollup" : " ^2.52.4" ,
50
42
"rollup-plugin-cpy" : " ^2.0.1" ,
51
- "sinon" : " ^8.0 .1" ,
52
- "snazzy" : " ^8 .0.0" ,
53
- "standard" : " ^14.3.1 "
43
+ "sinon" : " ^11.1 .1" ,
44
+ "snazzy" : " ^9 .0.0" ,
45
+ "standard" : " ^16.0.3 "
54
46
},
55
47
"standard" : {
56
48
"env" : {
64
56
" tests/location-bar/**"
65
57
]
66
58
}
67
- }
59
+ }
You can’t perform that action at this time.
0 commit comments