diff options
author | afc163 <afc163@gmail.com> | 2017-10-22 17:03:20 +0800 |
---|---|---|
committer | afc163 <afc163@gmail.com> | 2017-10-22 17:03:20 +0800 |
commit | fd231e087cdf327826297e58c5b4a8a895ec9e40 (patch) | |
tree | d836bf77276a8f746af19791581daa14c956de3d /tests | |
parent | 81cdb7024e669b0c2c8cc1911776d47683e3500d (diff) | |
download | time-picker-fd231e087cdf327826297e58c5b4a8a895ec9e40.tar.gz time-picker-fd231e087cdf327826297e58c5b4a8a895ec9e40.tar.zst time-picker-fd231e087cdf327826297e58c5b4a8a895ec9e40.zip |
deps: upgrade to react@16
Diffstat (limited to 'tests')
-rw-r--r-- | tests/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/index.js b/tests/index.js index 2900845..05a1ce8 100644 --- a/tests/index.js +++ b/tests/index.js | |||
@@ -1,3 +1,5 @@ | |||
1 | import 'core-js/es6/map'; | ||
2 | import 'core-js/es6/set'; | ||
1 | import '../assets/index.less'; | 3 | import '../assets/index.less'; |
2 | import './TimePicker.spec'; | 4 | import './TimePicker.spec'; |
3 | import './Header.spec'; | 5 | import './Header.spec'; |