mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 11:21:23 +02:00
create a base component
This commit is contained in:
@@ -253,6 +253,7 @@ describe('Popover', () => {
|
||||
const popover = new Popover(popoverEl)
|
||||
|
||||
expect(Popover.getInstance(popoverEl)).toEqual(popover)
|
||||
expect(Popover.getInstance(popoverEl) instanceof Popover).toEqual(true)
|
||||
})
|
||||
|
||||
it('should return null when there is no popover instance', () => {
|
||||
|
Reference in New Issue
Block a user