Skip to content

Commit

Permalink
chore: update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
israx committed Jul 24, 2024
1 parent 59d5c84 commit e2ed448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/__tests__/singleton/Singleton.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ describe('Amplify.configure() and Amplify.getConfig()', () => {
expect(config3).not.toBe(config2);
});

describe.only('with oAuthListener', () => {
describe('with oAuthListener', () => {
const mockCognitoConfig: CognitoUserPoolConfig = {
userPoolId: 'xxxxxxxx',
userPoolClientId: 'xxxxxxx',
Expand Down

0 comments on commit e2ed448

Please sign in to comment.