From 2098db999590e2e5d157490dd372d9ccde6154a6 Mon Sep 17 00:00:00 2001 From: balavishnuvj Date: Sat, 26 Sep 2020 14:01:46 +0530 Subject: [PATCH] Removing a comment There isn't any extra credit in this exercise. --- src/__tests__/01.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/__tests__/01.js b/src/__tests__/01.js index 2ca809eb..cd29ce6b 100644 --- a/src/__tests__/01.js +++ b/src/__tests__/01.js @@ -5,7 +5,6 @@ import * as userClient from '../user-client' import {AuthProvider} from '../auth-context' import App from '../final/01' // import App from '../exercise/01' -// NOTE: if you do the extra credit, make sure to enable the last test. jest.mock('../user-client', () => { return {updateUser: jest.fn(() => Promise.resolve())}