relax language

This commit is contained in:
Chi Vinh Le
2017-10-03 21:19:19 +07:00
parent 51e40ce185
commit 14ce9b1e77
+2 -2
View File
@@ -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 = {};