Skip to content

Commit 135fcb1

Browse files
dominikgbenmccann
andauthored
Update packages/e2e-tests/kit-node/__tests__/kit.spec.ts
Co-authored-by: Ben McCann <[email protected]>
1 parent 90dbed6 commit 135fcb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e-tests/kit-node/__tests__/kit.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ describe('kit-node', () => {
103103
// this is known to fail, skip the test in our own CI but keep it in ecosystem-ci so that rolldown-vite-ecosystem-ci still gets this fail
104104
// TODO remove skip once fixed
105105
it.skipIf(rolldownVersion && !env.ECOSYSTEM_CI)(
106-
'should not include dynamic import from onmount in ssr output',
106+
'should not include dynamic import from onMount in ssr output',
107107
async () => {
108108
const ssrManifest = JSON.parse(
109109
readFileContent('.svelte-kit/output/server/.vite/manifest.json')

0 commit comments

Comments
 (0)