Skip to content

Commit

Permalink
remove skip from pikaday tests
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Feb 14, 2017
1 parent cc7a436 commit 39ce4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/specs/fields/fieldPikaday.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe("fieldPikaday.vue", function() {

});

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

Expand Down

0 comments on commit 39ce4c6

Please sign in to comment.