remove unused specs

This commit is contained in:
Eric Schultz 2018-07-09 15:26:30 -05:00
parent 9715059d29
commit 0dbdabbbf0
2 changed files with 0 additions and 20 deletions

View file

@ -1,10 +0,0 @@
// License: LGPL-3.0-or-later
import * as React from 'react';
import 'jest';
import SessionLoginForm from './SessionLoginForm'
describe('SessionLoginForm', () => {
test('your test here', () => {
expect(false).toBe(true)
})
})

View file

@ -1,10 +0,0 @@
// License: LGPL-3.0-or-later
import * as React from 'react';
import 'jest';
import SessionLoginPage from './SessionLoginPage'
describe('SessionLoginPage', () => {
test('your test here', () => {
expect(false).toBe(true)
})
})