Update unit tests.
This commit is contained in:
parent
1e72a7500b
commit
99b108b25f
2 changed files with 2 additions and 2 deletions
|
|
@ -42,6 +42,6 @@ describe("list-button.vue", () => {
|
|||
|
||||
expect(paragraph.text()).toEqual("2023");
|
||||
|
||||
expect(wrapper.vm.display).toBe(true);
|
||||
expect(wrapper.vm.isLoaderDisplayed).toBe(true);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -42,6 +42,6 @@ describe("list-button.vue", () => {
|
|||
|
||||
expect(paragraph.text()).toEqual("2023");
|
||||
|
||||
expect(wrapper.vm.display).toBe(true);
|
||||
expect(wrapper.vm.isLoaderDisplayed).toBe(true);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue