Skip to content

Commit ec93745

Browse files
author
Lionel Bijaoui
committed
fix: handle missing library better
1 parent 00bfbda commit ec93745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe("fieldNoUiSlider.vue", () => {
5353
done();
5454
});
5555
} else {
56-
this.skip();
56+
throw new Exception("Library is not loaded");
5757
}
5858
});
5959

0 commit comments

Comments
 (0)