Skip to content

Commit

Permalink
Updated test config
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Jan 13, 2025
1 parent 3225eda commit 244464a
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 @@ -55,7 +55,6 @@ export const testConfig: {
'firebase-compat-typings-test',
'@firebase/rules-unit-testing',
'@firebase/auth',
'@firebase/data-connect',
'@firebase/auth-compat',
'firebase'
]
Expand All @@ -77,5 +76,8 @@ export const testConfig: {
},
'auth': {
'onlyIncludePackages': ['@firebase/auth', '@firebase/auth-compat']
},
'data-connect': {
'onlyIncludePackages': ['@firebase/data-connect']
}
};

0 comments on commit 244464a

Please sign in to comment.