Skip to content

Commit 44fb48e

Browse files
committed
Enable all tests.
1 parent acf7e79 commit 44fb48e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TimeInput.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { mount } from 'enzyme'
44
import MockDate from 'mockdate'
55
import TimeInput from './TimeInput'
66

7-
describe.only('<TimeInput />', () => {
7+
describe('<TimeInput />', () => {
88
describe('24h', () => {
99
it('matches the snapshot', () => {
1010
const originalGetHours = Date.prototype.getHours

0 commit comments

Comments
 (0)