Update tests

This commit is contained in:
Andrew Kingston 2025-01-13 12:01:29 +00:00
parent 153d905921
commit 9e10921e29
No known key found for this signature in database
1 changed files with 0 additions and 9 deletions

View File

@ -49,15 +49,6 @@ describe("admin store", () => {
ctx.returnedStore = new AdminStore()
})
it("returns the created store", ctx => {
expect(ctx.returnedStore).toEqual({
subscribe: expect.toBe(ctx.writableReturn.subscribe),
init: expect.toBeFunc(),
unload: expect.toBeFunc(),
getChecklist: expect.toBeFunc(),
})
})
describe("init method", () => {
beforeEach(async ctx => {
let getMockIndex = 0