fix datasource test
This commit is contained in:
parent
22937117fd
commit
b90e37ba64
|
@ -55,7 +55,7 @@ describe("Datasources Store", () => {
|
||||||
expect(get(store).list).toEqual(expect.arrayContaining([SAVE_DATASOURCE]))
|
expect(get(store).list).toEqual(expect.arrayContaining([SAVE_DATASOURCE]))
|
||||||
})
|
})
|
||||||
it("deletes a datasource, updates the store and returns status message", async () => {
|
it("deletes a datasource, updates the store and returns status message", async () => {
|
||||||
api.get.mockReturnValue({ json: () => [SOME_DATASOURCE]})
|
api.get.mockReturnValue({ json: () => SOME_DATASOURCE})
|
||||||
|
|
||||||
await store.fetch()
|
await store.fetch()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue