Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Mar 28, 2017
1 parent e9463c2 commit 1f99ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/specs/VueFormGenerator.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ describe("VueFormGenerator.vue", () => {
label: "Name",
model: "name",
validator(value) {
return new Promise((resolve, reject) => {
return new Promise(resolve => {
setTimeout(() => {
if (value.length >= 3)
resolve();
Expand Down

0 comments on commit 1f99ab6

Please sign in to comment.