Skip to content

Commit 39ce4c6

Browse files
committed
remove skip from pikaday tests
1 parent cc7a436 commit 39ce4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/fields/fieldPikaday.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe("fieldPikaday.vue", function() {
6767

6868
});
6969

70-
it.skip("model value should be the input value if changed", (done) => {
70+
it("model value should be the input value if changed", (done) => {
7171
let day = moment(1420070400000).format("YYYY-MM-DD");
7272
field.picker.setDate(day);
7373

0 commit comments

Comments
 (0)