aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAnton Bershanskiy <[email protected]>2019-03-29 13:43:56 -0500
committerJohann-S <[email protected]>2019-07-23 14:23:50 +0200
commite916a9bc03ba916d10f9deef630f810fee918bef (patch)
tree1e0b5e54150b666e484501e5101dd8d1a12a171a /build
parent6a59c584805af5a3298ddfbd89a32c7e29732cc2 (diff)
downloadbootstrap-e916a9bc03ba916d10f9deef630f810fee918bef.tar.xz
bootstrap-e916a9bc03ba916d10f9deef630f810fee918bef.zip
rewrite toast 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 c071f7f28..6989e4f4d 100644
--- a/build/build-plugins.js
+++ b/build/build-plugins.js
@@ -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/'