Skip to content

Commit 8c51198

Browse files
Address PR Comments
1 parent 90d681f commit 8c51198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jest/cookieSyncManager.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const pixelSettings: IPixelConfiguration = {
1515
redirectUrl: '',
1616
};
1717

18-
describe.only('CookieSyncManager', () => {
18+
describe('CookieSyncManager', () => {
1919
describe('#attemptCookieSync', () => {
2020
// https://go.mparticle.com/work/SQDSDKS-6915
2121
it('should perform a cookie sync with defaults', () => {

0 commit comments

Comments
 (0)