Code smells fixes
This commit is contained in:
parent
3fcb150636
commit
910302f27a
3 changed files with 15 additions and 15 deletions
|
|
@ -63,7 +63,7 @@ describe("Vuetify Plugin Configuration", () => {
|
|||
|
||||
const expectedKeys = ["components", "directives", "theme"];
|
||||
const actualKeys = Object.keys(callArgs);
|
||||
expect(actualKeys.sort()).toEqual(expectedKeys.sort());
|
||||
expect([...actualKeys].sort((a, b) => a.localeCompare(b))).toEqual([...expectedKeys].sort((a, b) => a.localeCompare(b)));
|
||||
});
|
||||
|
||||
it("should export the vuetify instance", async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue