From c7272b20b52cf7b5157238703a9685f6aa7bd808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Sun, 11 Dec 2016 23:55:03 +0000 Subject: [PATCH] enable ui tests --- ui/test/index.js | 180 +++++++++++++++++++++++------------------------ 1 file changed, 90 insertions(+), 90 deletions(-) diff --git a/ui/test/index.js b/ui/test/index.js index a28348c4..6aecfff0 100644 --- a/ui/test/index.js +++ b/ui/test/index.js @@ -6,35 +6,35 @@ const { shallow } = enzyme; -// test('renders without exploding', (t) => { -// const Avatar = require('../src/components/avatar'); -// const wrapper = shallow(); -// t.deepEqual(wrapper.length, 1); -// }); +test('renders without exploding', (t) => { + const Avatar = require('../src/components/avatar'); + const wrapper = shallow(); + t.deepEqual(wrapper.length, 1); +}); test('renders without exploding', (t) => { const Base = require('../src/components/base'); const wrapper = shallow(); t.deepEqual(wrapper.length, 1); }); -// -// test('renders