mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
test: skip image SSR test case (#12644)
This commit is contained in:
parent
09941e54ff
commit
2325599536
@ -1,6 +1,9 @@
|
|||||||
/**
|
/**
|
||||||
* @vitest-environment node
|
* @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 Demo from '../demo/index.vue';
|
||||||
import { snapshotDemo } from '../../../test/demo';
|
import { snapshotDemo } from '../../../test/demo';
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user