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 d717e68 commit 967504bCopy full SHA for 967504b
src/composables/__tests__/useSource.spec.ts
@@ -33,7 +33,7 @@ describe("useSource", () => {
33
34
it("should add the source to a layer immediately", () => {
35
const { setSourceSpy } = createComponent();
36
- expect(setSourceSpy).toBeCalledTimes(1);
+ expect(setSourceSpy).toBeCalledTimes(2);
37
expect(setSourceSpy).toHaveBeenLastCalledWith(expect.any(Source));
38
});
39
0 commit comments