Remove bad test
This commit is contained in:
parent
3e716eda79
commit
f272a4e94e
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
// License: LGPL-3.0-or-later
|
||||
import * as React from 'react';
|
||||
import 'jest';
|
||||
import ReactMaskedInput from './ReactMaskedInput'
|
||||
|
||||
describe('ReactMaskedInput', () => {
|
||||
test('your test here', () => {
|
||||
expect(false).toBe(true)
|
||||
})
|
||||
})
|
Loading…
Reference in a new issue