diff options
author | yiminghe <yiminghe@gmail.com> | 2016-08-04 19:53:55 +0800 |
---|---|---|
committer | yiminghe <yiminghe@gmail.com> | 2016-08-04 19:53:55 +0800 |
commit | 4984ed85e54f442998a335db70618d6184fa397e (patch) | |
tree | 6ae348b2cac5f48f3afb6f7b8dd0c2fd02f044fc /tests/index.js | |
parent | deaa6062ea2e274d50d58c70251c1237c0c03c67 (diff) | |
download | time-picker-4984ed85e54f442998a335db70618d6184fa397e.tar.gz time-picker-4984ed85e54f442998a335db70618d6184fa397e.tar.zst time-picker-4984ed85e54f442998a335db70618d6184fa397e.zip |
2.x :boom:2.0.0
Diffstat (limited to 'tests/index.js')
-rw-r--r-- | tests/index.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/index.js b/tests/index.js new file mode 100644 index 0000000..2900845 --- /dev/null +++ b/tests/index.js | |||
@@ -0,0 +1,4 @@ | |||
1 | import '../assets/index.less'; | ||
2 | import './TimePicker.spec'; | ||
3 | import './Header.spec'; | ||
4 | import './Select.spec'; | ||