view test

This commit is contained in:
Martin McKeaveney 2024-12-09 08:45:36 +00:00
parent ec84cf1a56
commit 1d0b7d83e7
1 changed files with 0 additions and 5 deletions

View File

@ -73,11 +73,6 @@ describe("/views", () => {
} }
describe("create", () => { describe("create", () => {
it("returns a success message when the view is successfully created", async () => {
await saveView()
expect(events.view.created).toHaveBeenCalledTimes(1)
})
it("creates a view with a calculation", async () => { it("creates a view with a calculation", async () => {
jest.clearAllMocks() jest.clearAllMocks()