mirror of
https://github.com/youzan/vant.git
synced 2026-04-13 02:06:46 +08:00
[Improvement] Rebuild test system (#1051)
This commit is contained in:
3
packages/sku/test/__snapshots__/index.spec.js.snap
Normal file
3
packages/sku/test/__snapshots__/index.spec.js.snap
Normal file
@@ -0,0 +1,3 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders sku correctly 1`] = `""`;
|
||||
4
packages/sku/test/index.spec.js
Normal file
4
packages/sku/test/index.spec.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import Sku from '../';
|
||||
import demoTest from '../../../test/demo-test';
|
||||
|
||||
demoTest(Sku);
|
||||
Reference in New Issue
Block a user