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>2021-11-26 11:09:12 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-12-01 15:30:49 +0300
commit11ce6c2dcd8aa31030aa1569dbee34d9b0372cbd (patch)
tree2ae2915595ce66e244befb16260733ff78d47410 /js/tests/unit/dom
parentf8f9dc3b5cfda049f38eb069b1ee008a3a6dd704 (diff)
tests: fix a few typos
Diffstat (limited to 'js/tests/unit/dom')
-rw-r--r--js/tests/unit/dom/data.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/dom/data.spec.js b/js/tests/unit/dom/data.spec.js
index bf389cded6..e898cbba21 100644
--- a/js/tests/unit/dom/data.spec.js
+++ b/js/tests/unit/dom/data.spec.js
@@ -65,7 +65,7 @@ describe('Data', () => {
expect(Data.get(div, TEST_KEY)).toBe(copy)
})
- it('should do nothing when an element have nothing stored', () => {
+ it('should do nothing when an element has nothing stored', () => {
Data.remove(div, TEST_KEY)
expect().nothing()