File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 25
25
"test:lite:browser" : " karma start --single-run --lite" ,
26
26
"test:lite:browser:debug" : " karma start --browsers=Chrome --lite --auto-watch" ,
27
27
"pretest" : " yarn test:prepare" ,
28
+ "pretest:ci" : " yarn pretest" ,
28
29
"test" : " run-s lint test:all" ,
29
30
"test:ci" : " node ../../scripts/run_tests_in_ci.js -s test:all" ,
30
31
"test:all" : " run-p test:browser test:lite:browser test:travis test:minified" ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export const testConfig: {
45
45
]
46
46
} ,
47
47
'firestore' : {
48
- 'onlyIncludePackages' : [ '@firebase/firestore' ]
48
+ 'onlyIncludePackages' : [ '@firebase/firestore' , '@firebase/firestore-compat' ]
49
49
} ,
50
50
'firestore-integration' : {
51
51
'onlyIncludePackages' : [ 'firebase-firestore-integration-test' ]
You can’t perform that action at this time.
0 commit comments