test: skip image SSR test case (#12644)

This commit is contained in:
neverland
2024-02-25 20:48:38 +08:00
committed by GitHub
parent 09941e54ff
commit 2325599536
2 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
/**
* @vitest-environment node
*/
// TODO
// enable this case and update snapshot after bump Vue new version
// see: https://github.com/vuejs/core/pull/10397
import Demo from '../demo/index.vue';
import { snapshotDemo } from '../../../test/demo';