1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 19:31:35 +02:00

rewrite tooltip unit tests

This commit is contained in:
Johann-S
2019-05-10 21:57:27 +02:00
parent c9e650a56f
commit 85b70cef3c
8 changed files with 1027 additions and 1285 deletions

View File

@@ -42,7 +42,7 @@ const bsPlugins = {
ScrollSpy: path.resolve(__dirname, '../js/src/scrollspy.js'),
Tab: path.resolve(__dirname, '../js/src/tab.js'),
Toast: path.resolve(__dirname, '../js/src/toast/toast.js'),
Tooltip: path.resolve(__dirname, '../js/src/tooltip.js')
Tooltip: path.resolve(__dirname, '../js/src/tooltip/tooltip.js')
}
const rootPath = '../js/dist/'