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 90dbed6 commit 135fcb1Copy full SHA for 135fcb1
packages/e2e-tests/kit-node/__tests__/kit.spec.ts
@@ -103,7 +103,7 @@ describe('kit-node', () => {
103
// 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
104
// TODO remove skip once fixed
105
it.skipIf(rolldownVersion && !env.ECOSYSTEM_CI)(
106
- 'should not include dynamic import from onmount in ssr output',
+ 'should not include dynamic import from onMount in ssr output',
107
async () => {
108
const ssrManifest = JSON.parse(
109
readFileContent('.svelte-kit/output/server/.vite/manifest.json')
0 commit comments