Skip to content

Commit fbd66d4

Browse files
Update firestore-test-runner.ts
1 parent d3a77df commit fbd66d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/emulator-testing/firestore-test-runner.ts

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ async function run(): Promise<void> {
4848
try {
4949
await emulator.download();
5050
await emulator.setUp();
51+
// When persistence is enabled, the test runner runs all tests
52+
// twice (once with and once without persistence).
5153
await runTest(emulator.port, emulator.projectId, true);
5254
} finally {
5355
await emulator.tearDown();

0 commit comments

Comments
 (0)