@@ -2,19 +2,19 @@ import { setGlobalOptions } from "firebase-functions/v2";
2
2
import { REGION } from "../region" ;
3
3
setGlobalOptions ( { region : REGION } ) ;
4
4
5
- // export * from "./alerts-tests";
5
+ export * from "./alerts-tests" ;
6
6
export * from "./database-tests" ;
7
7
// export * from "./eventarc-tests";
8
- // export * from "./firestore-tests";
8
+ export * from "./firestore-tests" ;
9
9
// Temporarily disable http test - will not work unless running on projects
10
10
// w/ permission to create public functions.
11
11
// export * from "./https-tests";
12
12
// TODO: cannot deploy multiple auth blocking funcs at once. Only have one of
13
13
// v2 identity or v1 auth exported at once.
14
14
// export * from "./identity-tests";
15
- // export * from "./pubsub-tests";
16
- // export * from "./scheduler-tests";
17
- // export * from "./storage-tests";
18
- // export * from "./tasks-tests";
19
- // export * from "./testLab-tests";
20
- // export * from "./remoteConfig-tests";
15
+ export * from "./pubsub-tests" ;
16
+ export * from "./scheduler-tests" ;
17
+ export * from "./storage-tests" ;
18
+ export * from "./tasks-tests" ;
19
+ export * from "./testLab-tests" ;
20
+ export * from "./remoteConfig-tests" ;
0 commit comments