fix linting issues

This commit is contained in:
John Mitchell
2019-01-24 13:05:36 -05:00
parent 2588832629
commit 7de89f6486
25 changed files with 254 additions and 241 deletions

View File

@@ -2,7 +2,7 @@ import { mount } from 'enzyme';
import { main, getLanguage } from '../src/index';
const render = template => mount(template);
const data = { custom_logo: 'foo', custom_login_info: '' }
const data = { custom_logo: 'foo', custom_login_info: '' };
describe('index.jsx', () => {
test('login loads when unauthenticated', async (done) => {