diff options
author | afc163 <afc163@gmail.com> | 2016-11-11 12:10:26 +0800 |
---|---|---|
committer | afc163 <afc163@gmail.com> | 2016-11-11 12:10:26 +0800 |
commit | 614f6c90232d890984d0f4f2f13ff41fdb144b27 (patch) | |
tree | ce1a9be06b3264fd9fc09b3c2b028646db03a322 /tests/index.js | |
parent | cb5a445c75c7117c7c705d615099086274c2b254 (diff) | |
parent | f429b4a79df25c9eadc3901e2483716835cc7de7 (diff) | |
download | time-picker-614f6c90232d890984d0f4f2f13ff41fdb144b27.tar.gz time-picker-614f6c90232d890984d0f4f2f13ff41fdb144b27.tar.zst time-picker-614f6c90232d890984d0f4f2f13ff41fdb144b27.zip |
Merge branch 'master' of github.com:react-component/time-picker
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'; | ||