Skip to content

Commit

Permalink
remove .only in issues.e2e.js
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed Sep 19, 2023
1 parent 0cc3419 commit dc451da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firestore/e2e/issues.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ describe('firestore()', function () {
});
});

describe.only('number type consistency', function () {
describe('number type consistency', function () {
before(async function () {
// FIXME:
// This only throws an error in the suite since this is already initialized in the v8 tests above.
Expand Down

0 comments on commit dc451da

Please sign in to comment.