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:
authorXhmikosR <xhmikosr@gmail.com>2020-11-21 17:22:08 +0300
committerGitHub <noreply@github.com>2020-11-21 17:22:08 +0300
commitf4457bca0274cbe02422434294e3c6a006da7750 (patch)
tree33d4d96a0a57a149870688e57be14c13abcae734 /js/tests/unit/tooltip.spec.js
parent358c36d4b59b2beb2ad23244fc44c2464471b680 (diff)
Be consistent with Popper's name. (#32224)
The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently.
Diffstat (limited to 'js/tests/unit/tooltip.spec.js')
-rw-r--r--js/tests/unit/tooltip.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/tooltip.spec.js b/js/tests/unit/tooltip.spec.js
index c6d91b4028..c781f587a1 100644
--- a/js/tests/unit/tooltip.spec.js
+++ b/js/tests/unit/tooltip.spec.js
@@ -107,7 +107,7 @@ describe('Tooltip', () => {
tooltipInContainerEl.click()
})
- it('should allow to pass config to popper.js with `popperConfig`', () => {
+ it('should allow to pass config to Popper with `popperConfig`', () => {
fixtureEl.innerHTML = '<a href="#" rel="tooltip">'
const tooltipEl = fixtureEl.querySelector('a')