We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777d4ab commit d717e68Copy full SHA for d717e68
src/composables/__tests__/useSource.spec.ts
@@ -40,7 +40,7 @@ describe("useSource", () => {
40
it("should add the source to a layer immediately", () => {
41
const { setSourceSpy, wrapper } = createComponent();
42
wrapper.unmount();
43
- expect(setSourceSpy).toBeCalledTimes(2);
+ expect(setSourceSpy).toBeCalledTimes(3);
44
expect(setSourceSpy).toHaveBeenLastCalledWith(null);
45
});
46
0 commit comments