mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 10:05:40 +02:00
create a base component
This commit is contained in:
@@ -417,6 +417,7 @@ describe('Tab', () => {
|
||||
const tab = new Tab(divEl)
|
||||
|
||||
expect(Tab.getInstance(divEl)).toEqual(tab)
|
||||
expect(Tab.getInstance(divEl) instanceof Tab).toEqual(true)
|
||||
})
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user