Skip to content

Commit ce2218a

Browse files
committed
Clarify test intent
1 parent 3a1acc5 commit ce2218a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/bind.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ describe('bind', () => {
106106
expect(calls).to.have.nested.property('[1][0].type', 'submit')
107107
})
108108

109-
it('can bind multiple actions', () => {
109+
it('can bind multiple actions separated by line feed', () => {
110110
const instance = document.createElement('bind-test-element')
111111
chai.spy.on(instance, 'foo')
112112
chai.spy.on(instance, 'bar')

0 commit comments

Comments
 (0)