Skip to content

Commit

Permalink
test(render): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zernie committed Mar 26, 2020
1 parent 440be31 commit 118ad32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/renderers/render.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ describe("render()", () => {
}
}
type CONTENT_TYPE = \\"myContentType\\"
export type CONTENT_TYPE = \\"myContentType\\"
type LOCALE_CODE = \\"en-US\\" | \\"pt-BR\\"
export type LOCALE_CODE = \\"en-US\\" | \\"pt-BR\\"
type CONTENTFUL_DEFAULT_LOCALE_CODE = \\"en-US\\"
export type CONTENTFUL_DEFAULT_LOCALE_CODE = \\"en-US\\"
"
`)
})
Expand Down

0 comments on commit 118ad32

Please sign in to comment.