remove unused specs
This commit is contained in:
parent
9715059d29
commit
0dbdabbbf0
2 changed files with 0 additions and 20 deletions
|
@ -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)
|
||||
})
|
||||
})
|
|
@ -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)
|
||||
})
|
||||
})
|
Loading…
Reference in a new issue