Skip to content

Commit 3042cf3

Browse files
committed
remove only() used in testing
1 parent de534a4 commit 3042cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrationTests/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ describe('SDK bootstraps itself if init has already been completed', () => {
10191019
sdkWindow.__uid2 = new UID2();
10201020
});
10211021

1022-
test.only('should bootstrap therefore public functions should return the correct values without calling init again', async () => {
1022+
test('should bootstrap therefore public functions should return the correct values without calling init again', async () => {
10231023
const identity = { ...makeIdentity(), refresh_from: Date.now() + 100 };
10241024

10251025
uid2.init({ identity });

0 commit comments

Comments
 (0)