Skip to content

Commit 9bfdcc2

Browse files
committed
integration/firestore/gulpfile.js: add testing_hooks_util.ts to the list of copied files
This may fix the following error: ``` [tsl] ERROR in /home/runner/work/firebase-js-sdk/firebase-js-sdk/integration/firestore/temp/test/integration/api/query.test.ts(76,50) TS2307: Cannot find module '../util/testing_hooks_util' or its corresponding type declarations. ``` https://github.com/firebase/firebase-js-sdk/actions/runs/4351236611/jobs/7602696515
1 parent f9e0707 commit 9bfdcc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/firestore/gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function copyTests() {
4545
testBase + '/integration/util/events_accumulator.ts',
4646
testBase + '/integration/util/helpers.ts',
4747
testBase + '/integration/util/settings.ts',
48+
testBase + '/integration/util/testing_hooks_util.ts',
4849
testBase + '/util/equality_matcher.ts',
4950
testBase + '/util/promise.ts'
5051
],

0 commit comments

Comments
 (0)