1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-06 13:46:42 +02:00

rewrite popover unit tests

This commit is contained in:
Johann-S
2019-05-08 21:32:50 +02:00
parent 1ac07a66ce
commit c9e650a56f
6 changed files with 259 additions and 482 deletions

View File

@@ -11,7 +11,7 @@ import Carousel from './src/carousel/carousel'
import Collapse from './src/collapse/collapse'
import Dropdown from './src/dropdown/dropdown'
import Modal from './src/modal/modal'
import Popover from './src/popover'
import Popover from './src/popover/popover'
import ScrollSpy from './src/scrollspy'
import Tab from './src/tab'
import Toast from './src/toast/toast'