summaryrefslogtreecommitdiffstats
path: root/frontend/__tests__/PleaseSignIn.test.js
blob: 8dc61241091e2bc50b941d8c504bd5887fbdf768 (plain)
1
2
3
4
5
6
7
8
9
10
import React from 'react';
import { shallow, mount } from 'enzyme';
import toJSON from 'enzyme-to-json';
import PleaseSignIn from '../components/PleaseSignIn';

describe('<PleaseSignIn />', () => {
  it('works', () => {
    console.log('heyy');
  });
});