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 8c0b7db commit 87e4afeCopy full SHA for 87e4afe
unit-test-security-rules-v9/test/database.spec.js
@@ -51,7 +51,7 @@ after(async () => {
51
});
52
53
beforeEach(async () => {
54
- testEnv.clearDatabase();
+ await testEnv.clearDatabase();
55
56
57
// If you want to define global variables for Rules Test Contexts to save some
0 commit comments