mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
test: fix canvas mock (#12226)
This commit is contained in:
parent
57dc768a02
commit
804f1fa839
@ -1,3 +1,4 @@
|
|||||||
|
import 'vitest-canvas-mock';
|
||||||
import { mount } from '../../../test';
|
import { mount } from '../../../test';
|
||||||
import { Lazyload } from '../../lazyload';
|
import { Lazyload } from '../../lazyload';
|
||||||
import VanImage from '..';
|
import VanImage from '..';
|
||||||
|
@ -4,8 +4,11 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
<div>
|
<div>
|
||||||
<div class="van-signature">
|
<div class="van-signature">
|
||||||
<div class="van-signature__content">
|
<div class="van-signature__content">
|
||||||
<p>
|
<canvas
|
||||||
</p>
|
width="100"
|
||||||
|
height="100"
|
||||||
|
>
|
||||||
|
</canvas>
|
||||||
</div>
|
</div>
|
||||||
<div class="van-signature__footer">
|
<div class="van-signature__footer">
|
||||||
<button
|
<button
|
||||||
@ -34,8 +37,11 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
<div>
|
<div>
|
||||||
<div class="van-signature">
|
<div class="van-signature">
|
||||||
<div class="van-signature__content">
|
<div class="van-signature__content">
|
||||||
<p>
|
<canvas
|
||||||
</p>
|
width="100"
|
||||||
|
height="100"
|
||||||
|
>
|
||||||
|
</canvas>
|
||||||
</div>
|
</div>
|
||||||
<div class="van-signature__footer">
|
<div class="van-signature__footer">
|
||||||
<button
|
<button
|
||||||
@ -64,8 +70,11 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
<div>
|
<div>
|
||||||
<div class="van-signature">
|
<div class="van-signature">
|
||||||
<div class="van-signature__content">
|
<div class="van-signature__content">
|
||||||
<p>
|
<canvas
|
||||||
</p>
|
width="100"
|
||||||
|
height="100"
|
||||||
|
>
|
||||||
|
</canvas>
|
||||||
</div>
|
</div>
|
||||||
<div class="van-signature__footer">
|
<div class="van-signature__footer">
|
||||||
<button
|
<button
|
||||||
@ -94,8 +103,11 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
<div>
|
<div>
|
||||||
<div class="van-signature">
|
<div class="van-signature">
|
||||||
<div class="van-signature__content">
|
<div class="van-signature__content">
|
||||||
<p>
|
<canvas
|
||||||
</p>
|
width="100"
|
||||||
|
height="100"
|
||||||
|
>
|
||||||
|
</canvas>
|
||||||
</div>
|
</div>
|
||||||
<div class="van-signature__footer">
|
<div class="van-signature__footer">
|
||||||
<button
|
<button
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
import 'vitest-canvas-mock';
|
||||||
import Demo from '../demo/index.vue';
|
import Demo from '../demo/index.vue';
|
||||||
import { snapshotDemo } from '../../../test/demo';
|
import { snapshotDemo } from '../../../test/demo';
|
||||||
|
|
@ -1,3 +1,4 @@
|
|||||||
|
import 'vitest-canvas-mock';
|
||||||
import { Signature } from '..';
|
import { Signature } from '..';
|
||||||
import { mount } from '../../../test';
|
import { mount } from '../../../test';
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
import 'vitest-canvas-mock';
|
|
Loading…
x
Reference in New Issue
Block a user