We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ee6f8 commit 664b284Copy full SHA for 664b284
integration/firestore/gulpfile.js
@@ -77,14 +77,7 @@ if (typeof process === 'undefined') {
77
* integration tests.
78
*/
79
/\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
-`
+ ` from '${resolve(__dirname, './pipeline_export')}';`
88
)
89
90
.pipe(
0 commit comments