From 54dd0e29830f04c9055863fb0449ee4fc2ab0689 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Tue, 17 Apr 2018 16:51:09 -0400 Subject: these tests are on fireee but the bad kind --- frontend/__tests__/PleaseSignIn.test.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 frontend/__tests__/PleaseSignIn.test.js (limited to 'frontend/__tests__/PleaseSignIn.test.js') diff --git a/frontend/__tests__/PleaseSignIn.test.js b/frontend/__tests__/PleaseSignIn.test.js new file mode 100644 index 0000000..8dc6124 --- /dev/null +++ b/frontend/__tests__/PleaseSignIn.test.js @@ -0,0 +1,10 @@ +import React from 'react'; +import { shallow, mount } from 'enzyme'; +import toJSON from 'enzyme-to-json'; +import PleaseSignIn from '../components/PleaseSignIn'; + +describe('', () => { + it('works', () => { + console.log('heyy'); + }); +}); -- cgit v1.3