Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6d8151c

Browse files
committed
remove fit
1 parent c83df6a commit 6d8151c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/directive/inputSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ describe('input', function() {
693693

694694

695695
if (!isEdge) {
696-
fit('should allow four or more digits in year', function() {
696+
it('should allow four or more digits in year', function() {
697697
var inputElm = helper.compileInput('<input type="month" ng-model="value" ng-model-options="{timezone: \'UTC\'}"/>');
698698

699699
helper.changeInputValueTo('10123-03');

0 commit comments

Comments
 (0)