We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19deba commit 55adc07Copy full SHA for 55adc07
packages/oauth/__tests__/accounts-oauth.ts
@@ -63,7 +63,7 @@ describe('AccountsOauth', () => {
63
}
64
});
65
66
- it("should call provider's authenticate method in order to get the user itself", async () => {
+ it('should call provider\'s authenticate method in order to get the user itself', async () => {
67
const authSpy = jest.fn(() => ({
68
id: '312312',
69
name: 'Mr. Anderson',
@@ -150,7 +150,7 @@ describe('AccountsOauth', () => {
150
151
152
153
- it("should update the user's profile if logged in after change in profile", async () => {
+ it('should update the user\'s profile if logged in after change in profile', async () => {
154
const userChanged = {
155
156
0 commit comments