From 064f13ff48e57b06e95c534ac02e1e20810fe366 Mon Sep 17 00:00:00 2001 From: diegolmello Date: Thu, 1 Aug 2019 17:36:05 -0300 Subject: [PATCH] Lint and tests --- .eslintrc.js | 1 + .../__snapshots__/Storyshots.test.js.snap | 274 ++++++++++++++++++ package.json | 2 +- react-native.config.js | 14 +- yarn.lock | 32 +- 5 files changed, 303 insertions(+), 20 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index b1eb0bc83..8548429f6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -46,6 +46,7 @@ module.exports = { "jsx-quotes": [2, "prefer-single"], "jsx-a11y/href-no-hash": 0, "import/prefer-default-export": 0, + "import/no-cycle": 0, "camelcase": 0, "no-underscore-dangle": 0, "no-return-assign": 0, diff --git a/__tests__/__snapshots__/Storyshots.test.js.snap b/__tests__/__snapshots__/Storyshots.test.js.snap index c2c7e00df..e95058caa 100644 --- a/__tests__/__snapshots__/Storyshots.test.js.snap +++ b/__tests__/__snapshots__/Storyshots.test.js.snap @@ -34,7 +34,9 @@ exports[`Storyshots Message list 1`] = `