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 fd30f0c commit c02e623Copy full SHA for c02e623
packages/firestore/lite/test/integration.test.ts
@@ -625,7 +625,7 @@ function genericMutationTests(
625
// The Transaction tests use backoff for updates that fail with failed
626
// preconditions. This leads to test timeouts.
627
// eslint-disable-next-line no-restricted-properties
628
- (testRunnerMayUseBackoff ? it.skip : it.only)(
+ (testRunnerMayUseBackoff ? it.skip : it)(
629
'enforces that document exists',
630
() => {
631
return withTestDoc(async docRef => {
0 commit comments