From 14ce9b1e7704f795a413508de43658a96ae24a70 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 3 Oct 2017 21:19:19 +0700 Subject: [PATCH] relax language --- test/client/setupJest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/client/setupJest.js b/test/client/setupJest.js index 610a57a72..0f985fc68 100644 --- a/test/client/setupJest.js +++ b/test/client/setupJest.js @@ -5,8 +5,8 @@ Enzyme.configure({adapter: new Adapter()}); // Storage Mock -// TODO: If our code is written well, there shouldn't be a hardcoded dependency -// to the local storage, and this global mock wouldn't be needed. +// TODO: Some places in our code (e.g. translations) has a hardcoded dependency +// to the local storage. Fixing it and we can remove this global mock. function storageMock() { let storage = {};