File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -70,21 +70,21 @@ if (typeof process === 'undefined') {
7070 )
7171 )
7272 . pipe (
73- replace (
74- /**
75- * This regex is designed to match the Firebase import in our
76- * integration tests.
77- */
78- / \s + f r o m ' \. ( \. \/ u t i l ) ? \/ p i p e l i n e _ e x p o r t ' ; / ,
79- ` from '${ resolve ( __dirname , './pipeline_export' ) } ';
73+ replace (
74+ /**
75+ * This regex is designed to match the Firebase import in our
76+ * integration tests.
77+ */
78+ / \s + f r o m ' \. ( \. \/ u t i l ) ? \/ p i p e l i n e _ e x p o r t ' ; / ,
79+ ` from '${ resolve ( __dirname , './pipeline_export' ) } ';
8080
8181if (typeof process === 'undefined') {
8282 process = { env: { INCLUDE_FIRESTORE_PERSISTENCE: '${ isPersistenceEnabled ( ) } ' } } as any;
8383} else {
8484 process.env.INCLUDE_FIRESTORE_PERSISTENCE = '${ isPersistenceEnabled ( ) } ';
8585}
8686`
87- )
87+ )
8888 )
8989 . pipe (
9090 /**
You can’t perform that action at this time.
0 commit comments