We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a77df commit fbd66d4Copy full SHA for fbd66d4
scripts/emulator-testing/firestore-test-runner.ts
@@ -48,6 +48,8 @@ async function run(): Promise<void> {
48
try {
49
await emulator.download();
50
await emulator.setUp();
51
+ // When persistence is enabled, the test runner runs all tests
52
+ // twice (once with and once without persistence).
53
await runTest(emulator.port, emulator.projectId, true);
54
} finally {
55
await emulator.tearDown();
0 commit comments