Skip to content

Commit f7067e2

Browse files
committed
Enable only unicode / utf8 string tests
1 parent 080a90d commit f7067e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/firestore/test/integration/api/database.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2433,7 +2433,7 @@ apiDescribe('Database', persistence => {
24332433
});
24342434
});
24352435

2436-
describe('Sort unicode strings', () => {
2436+
describe.only('Sort unicode strings', () => {
24372437
const expectedDocs = [
24382438
'b',
24392439
'a',

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

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

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

0 commit comments

Comments
 (0)