Skip to content

Commit a8bf697

Browse files
committed
rebasing
1 parent 736cc88 commit a8bf697

File tree

105 files changed

+75807
-875
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+75807
-875
lines changed

Diff for: integration/firestore/gulpfile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ function copyTests() {
6363
*/
6464
/import\s+\* as firebaseExport\s+from\s+('|")[^\1]+firebase_export\1;?/,
6565
`import * as firebaseExport from '${resolve(
66-
__dirname, './firebase_export'
66+
__dirname,
67+
'./firebase_export'
6768
)}';
6869
6970
if (typeof process === 'undefined') {

0 commit comments

Comments
 (0)