Skip to content

Commit

Permalink
Group firestore-compat and auth-compat properly in test config (#6000)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 authored Feb 15, 2022
1 parent 3e9f3e2 commit ea98957
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/ci-test/testConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ export const testConfig: {
'core': {
'ignorePackages': [
'@firebase/firestore',
'@firebase/firestore-compat',
'firebase-firestore-integration-test',
'firebase-messaging-integration-test',
'firebase-namespace-integration-test',
'firebase-compat-typings-test',
'@firebase/rules-unit-testing',
'@firebase/auth',
'@firebase/auth-compat',
'firebase'
]
},
Expand All @@ -59,6 +61,6 @@ export const testConfig: {
'alwaysIncludePackages': ['firebase-namespace-integration-test']
},
'auth': {
'onlyIncludePackages': ['@firebase/auth']
'onlyIncludePackages': ['@firebase/auth', '@firebase/auth-compat']
}
};

0 comments on commit ea98957

Please sign in to comment.