Skip to content

Commit

Permalink
fix: handle missing library better
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Bijaoui committed Aug 24, 2016
1 parent 00bfbda commit ec93745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/specs/fields/fieldNoUiSlider.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe("fieldNoUiSlider.vue", () => {
done();
});
} else {
this.skip();
throw new Exception("Library is not loaded");
}
});

Expand Down

0 comments on commit ec93745

Please sign in to comment.