rewrite toast unit tests
This commit is contained in:
parent
6a59c58480
commit
e916a9bc03
6 changed files with 382 additions and 337 deletions
|
|
@ -41,7 +41,7 @@ const bsPlugins = {
|
|||
Popover: path.resolve(__dirname, '../js/src/popover.js'),
|
||||
ScrollSpy: path.resolve(__dirname, '../js/src/scrollspy.js'),
|
||||
Tab: path.resolve(__dirname, '../js/src/tab.js'),
|
||||
Toast: path.resolve(__dirname, '../js/src/toast.js'),
|
||||
Toast: path.resolve(__dirname, '../js/src/toast/toast.js'),
|
||||
Tooltip: path.resolve(__dirname, '../js/src/tooltip.js')
|
||||
}
|
||||
const rootPath = '../js/dist/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue