diff options
| author | Johann-S <[email protected]> | 2019-07-22 15:24:17 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2019-07-23 14:23:50 +0200 |
| commit | 233f3fb1ce766d73273276e59a75ccec08673573 (patch) | |
| tree | 43b5c32ab827e50de2073a7ab0df3c5e51489e2b /build | |
| parent | e1b5d8471a6d8004e32cd6e9189f49f7f39e2766 (diff) | |
| download | bootstrap-233f3fb1ce766d73273276e59a75ccec08673573.tar.xz bootstrap-233f3fb1ce766d73273276e59a75ccec08673573.zip | |
rewrite tab unit tests
Diffstat (limited to 'build')
| -rw-r--r-- | build/build-plugins.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build-plugins.js b/build/build-plugins.js index febe575c9..7aa2a4e52 100644 --- a/build/build-plugins.js +++ b/build/build-plugins.js @@ -40,7 +40,7 @@ const bsPlugins = { Modal: path.resolve(__dirname, '../js/src/modal/modal.js'), Popover: path.resolve(__dirname, '../js/src/popover/popover.js'), ScrollSpy: path.resolve(__dirname, '../js/src/scrollspy/scrollspy.js'), - Tab: path.resolve(__dirname, '../js/src/tab.js'), + Tab: path.resolve(__dirname, '../js/src/tab/tab.js'), Toast: path.resolve(__dirname, '../js/src/toast/toast.js'), Tooltip: path.resolve(__dirname, '../js/src/tooltip/tooltip.js') } |
