Skip to content

Commit baeb68e

Browse files
committed
another test
1 parent 944feac commit baeb68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/util/misc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('FieldMask', () => {
5555
});
5656

5757
describe('CompareUtf8Strings', () => {
58-
it('compareUtf8Strings should return correct results', () => {
58+
it.only('compareUtf8Strings should return correct results', () => {
5959
const errors = [];
6060
const seed = Math.floor(Math.random() * Number.MAX_SAFE_INTEGER);
6161
let passCount = 0;

0 commit comments

Comments
 (0)