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 f45266e commit 0d3095dCopy full SHA for 0d3095d
integration_test/functions/src/index.ts
@@ -13,7 +13,7 @@ export * from './auth-tests';
13
export * from './firestore-tests';
14
export * from './https-tests';
15
export * from './remoteConfig-tests';
16
-export * from './storage-tests';
+// export * from './storage-tests';
17
const numTests = Object.keys(exports).length; // Assumption: every exported function is its own test.
18
19
import 'firebase-functions'; // temporary shim until process.env.FIREBASE_CONFIG available natively in GCF(BUG 63586213)
0 commit comments