From e8cc5849b0b895b2d29f6632b9fec9664acd2625 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Thu, 13 Sep 2018 15:15:50 -0300 Subject: [PATCH] Update eslint --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index b6e759ec..3c52cf4d 100644 --- a/.eslintrc +++ b/.eslintrc @@ -19,7 +19,8 @@ "env": { "browser": true, "node": true, - "mocha": true + "mocha": true, + "jest": true }, "globals": { "__DEV__": true