Skip to content

Commit

Permalink
rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
zwu52 committed Aug 23, 2021
1 parent 736cc88 commit a8bf697
Show file tree
Hide file tree
Showing 105 changed files with 75,807 additions and 875 deletions.
3 changes: 2 additions & 1 deletion integration/firestore/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ function copyTests() {
*/
/import\s+\* as firebaseExport\s+from\s+('|")[^\1]+firebase_export\1;?/,
`import * as firebaseExport from '${resolve(
__dirname, './firebase_export'
__dirname,
'./firebase_export'
)}';
if (typeof process === 'undefined') {
Expand Down
Loading

0 comments on commit a8bf697

Please sign in to comment.