Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoSot <geo.sotis@gmail.com>2022-02-19 16:10:47 +0300
committerGitHub <noreply@github.com>2022-02-19 16:10:47 +0300
commit407af8ac7f9296627aebc1e4c5d0ee948f8be1f3 (patch)
tree1377c19a20a78fcfe2b8515c44967243f0e9307e /js/tests/unit/tooltip.spec.js
parent642d756eeaf107bed2baac931933c9350c33f5c1 (diff)
Make event name helper and use it on tooltip & popover to reduce dist sizes (#35856)
* feat: create eventName getter function in baseComponent * refactor: use `eventName` getter on tooltip & popover
Diffstat (limited to 'js/tests/unit/tooltip.spec.js')
-rw-r--r--js/tests/unit/tooltip.spec.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/js/tests/unit/tooltip.spec.js b/js/tests/unit/tooltip.spec.js
index 0713dabfb6..c961744dfd 100644
--- a/js/tests/unit/tooltip.spec.js
+++ b/js/tests/unit/tooltip.spec.js
@@ -42,12 +42,6 @@ describe('Tooltip', () => {
})
})
- describe('Event', () => {
- it('should return plugin events', () => {
- expect(Tooltip.Event).toEqual(jasmine.any(Object))
- })
- })
-
describe('EVENT_KEY', () => {
it('should return plugin event key', () => {
expect(Tooltip.EVENT_KEY).toEqual('.bs.tooltip')