File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module.exports = function(config) {
6
6
config . set ( {
7
7
basePath : "." ,
8
8
frameworks : [ "jasmine" ] ,
9
- files : [ "browser- tests/dist/index.js" ] ,
9
+ files : [ "tests/dist/index.js" ] ,
10
10
autoWatch : true ,
11
11
12
12
browsers : ci ? [ "ChromeHeadless" , "sl_chrome_70" ] : [ "Chrome" ] ,
Original file line number Diff line number Diff line change 37
37
"test:unit" : " jest --coverage" ,
38
38
"test:unit:watch" : " jest --watch" ,
39
39
"test:integration" : " karma start" ,
40
- "test:integration:build" : " parcel build browser- tests/index.js --out-dir browser- tests/dist" ,
40
+ "test:integration:build" : " parcel build tests/index.js --out-dir tests/dist" ,
41
41
"coveralls" : " cat ./coverage/lcov.info | coveralls" ,
42
42
"prettify" : " prettier --write 'packages/**/*.js'" ,
43
43
"bootstrap" : " lerna bootstrap" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments