Skip to content

Commit 244464a

Browse files
committed
Updated test config
1 parent 3225eda commit 244464a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/ci-test/testConfig.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export const testConfig: {
5555
'firebase-compat-typings-test',
5656
'@firebase/rules-unit-testing',
5757
'@firebase/auth',
58-
'@firebase/data-connect',
5958
'@firebase/auth-compat',
6059
'firebase'
6160
]
@@ -77,5 +76,8 @@ export const testConfig: {
7776
},
7877
'auth': {
7978
'onlyIncludePackages': ['@firebase/auth', '@firebase/auth-compat']
79+
},
80+
'data-connect': {
81+
'onlyIncludePackages': ['@firebase/data-connect']
8082
}
8183
};

0 commit comments

Comments
 (0)