Skip to content

Commit 37f2bcc

Browse files
darrylheineddyerburgh
authored andcommitted
test: spelling correction in test (#277)
1 parent a9dd893 commit 37f2bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/mount/Wrapper/attributes.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('attributes', () => {
1616
expect(wrapper.attributes()).to.eql({})
1717
})
1818

19-
it('returns empoty object if wrapper element is null', () => {
19+
it('returns empty object if wrapper element is null', () => {
2020
const compiled = compileToFunctions('<div />')
2121
const wrapper = mount(compiled)
2222
wrapper.element = null

0 commit comments

Comments
 (0)