mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03: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