We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7a436 commit 39ce4c6Copy full SHA for 39ce4c6
test/unit/specs/fields/fieldPikaday.spec.js
@@ -67,7 +67,7 @@ describe("fieldPikaday.vue", function() {
67
68
});
69
70
- it.skip("model value should be the input value if changed", (done) => {
+ it("model value should be the input value if changed", (done) => {
71
let day = moment(1420070400000).format("YYYY-MM-DD");
72
field.picker.setDate(day);
73
0 commit comments