Skip to content

Commit

Permalink
test: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 3, 2021
1 parent 537ae8f commit bf27d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dev/basic.ssr.test.js
Expand Up @@ -201,7 +201,7 @@ describe('basic ssr', () => {
})
})

test('/before-mixt-render -> check window.__NUXT__.beforeNuxtRender = true', async () => {
test('/before-nuxt-render -> check window.__NUXT__.beforeNuxtRender = true', async () => {
const window = await nuxt.server.renderAndGetWindow(url('/before-nuxt-render'))
expect(window.document.title).toBe('Nuxt')
expect(window.__NUXT__.beforeNuxtRender).toBe(true)
Expand Down

0 comments on commit bf27d52

Please sign in to comment.