Skip to content

Commit 4efa66f

Browse files
codebender828pi0
authored andcommitted
test: updtae test for ssrIds
1 parent 46ccd7d commit 4efa66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('nust emotion ssr', async () => {
99
const html = await $fetch('/')
1010
expect(html).toContain('<style data-emotion')
1111
expect(html).toContain('<script data-emotion')
12-
expect(html).toContain('window.$emotionIds')
12+
expect(html).toContain('window.$emotionSSRIds')
1313

1414
// Removed because the nuxt build entries product difference SSR output
1515
// for each test run so it doesn't make sense to run snapshot tests.

0 commit comments

Comments
 (0)