There was an error while loading. Please reload this page.
1 parent acf7e79 commit 44fb48eCopy full SHA for 44fb48e
1 file changed
src/TimeInput.spec.js
@@ -4,7 +4,7 @@ import { mount } from 'enzyme'
4
import MockDate from 'mockdate'
5
import TimeInput from './TimeInput'
6
7
-describe.only('<TimeInput />', () => {
+describe('<TimeInput />', () => {
8
describe('24h', () => {
9
it('matches the snapshot', () => {
10
const originalGetHours = Date.prototype.getHours
0 commit comments