aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2019-05-10 21:57:27 +0200
committerJohann-S <[email protected]>2019-07-23 14:23:50 +0200
commit85b70cef3cc2b76978274521f0601a5bc1e4f852 (patch)
treec915f1f55b30bbc0ecf57cb730e274e8b3a73de2 /build
parentc9e650a56f84a1f8526806b6fa9874aa6d258d24 (diff)
downloadbootstrap-85b70cef3cc2b76978274521f0601a5bc1e4f852.tar.xz
bootstrap-85b70cef3cc2b76978274521f0601a5bc1e4f852.zip
rewrite tooltip unit tests
Diffstat (limited to 'build')
-rw-r--r--build/build-plugins.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build-plugins.js b/build/build-plugins.js
index 2995e638e..d04815725 100644
--- a/build/build-plugins.js
+++ b/build/build-plugins.js
@@ -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/'