Skip to content

Commit 664b284

Browse files
committed
cleanup duplicate code injected in the gulpfile
1 parent 59ee6f8 commit 664b284

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

integration/firestore/gulpfile.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,7 @@ if (typeof process === 'undefined') {
7777
* integration tests.
7878
*/
7979
/\s+from '\.(\.\/util)?\/pipeline_export';/,
80-
` from '${resolve(__dirname, './pipeline_export')}';
81-
82-
if (typeof process === 'undefined') {
83-
process = { env: { INCLUDE_FIRESTORE_PERSISTENCE: '${isPersistenceEnabled()}' } } as any;
84-
} else {
85-
process.env.INCLUDE_FIRESTORE_PERSISTENCE = '${isPersistenceEnabled()}';
86-
}
87-
`
80+
` from '${resolve(__dirname, './pipeline_export')}';`
8881
)
8982
)
9083
.pipe(

0 commit comments

Comments
 (0)