Skip to content

Commit

Permalink
fix: update msw handler types
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Jul 19, 2024
1 parent bc79566 commit 9cccb01
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/studio/tests/msw/handlers/sites.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { IsomerSitemap } from "@opengovsg/isomer-components"
import type { DelayMode } from "msw"
import { delay } from "msw"

Expand Down Expand Up @@ -28,9 +27,12 @@ export const sitesHandlers = {
return trpcMsw.site.getConfig.query(() => {
return {
theme: "isomer-next",
siteName: "Ministry of Test and Industry",
search: undefined,
agencyName: "Ministry of Test and Industry",
isGovernment: true,
sitemap: null as unknown as IsomerSitemap,
name: "Ministry of Trade and Industry",
logoUrl: "https://www.isomer.gov.sg/images/isomer-logo.svg",
}
})
},
Expand Down

0 comments on commit 9cccb01

Please sign in to comment.