From d0a017f6bfda798aff4a821e4e265d2c9b783dd2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 7 Aug 2017 13:35:35 +0300 Subject: [PATCH] chore(util) add ";" --- test/common/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/util.js b/test/common/util.js index f79ecfad..8f2888fa 100644 --- a/test/common/util.js +++ b/test/common/util.js @@ -94,7 +94,7 @@ test('util: findObjByNameInArr: array', (t) => { const obj = { name: 'world', - } + }; const array = [ name, [