mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
Add API for overwriting default components (#850)
* implement API for overwriting child components * add test coverage * update documentation for Components & Styling * update docs * refactor API, update docs * remove the service worker * fix tests
This commit is contained in:
@@ -58,7 +58,7 @@ describe("VS - Selecting Values", () => {
|
||||
|
||||
const spy = jest.spyOn(Select.vm, "typeAheadSelect");
|
||||
|
||||
Select.find({ ref: "search" }).trigger("keyup.tab");
|
||||
Select.find({ ref: "search" }).trigger("keydown.tab");
|
||||
|
||||
expect(spy).toHaveBeenCalledWith();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user