We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ccd7d commit 4efa66fCopy full SHA for 4efa66f
test/basic.test.ts
@@ -9,7 +9,7 @@ describe('nust emotion ssr', async () => {
9
const html = await $fetch('/')
10
expect(html).toContain('<style data-emotion')
11
expect(html).toContain('<script data-emotion')
12
- expect(html).toContain('window.$emotionIds')
+ expect(html).toContain('window.$emotionSSRIds')
13
14
// Removed because the nuxt build entries product difference SSR output
15
// for each test run so it doesn't make sense to run snapshot tests.
0 commit comments