We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1acc5 commit ce2218aCopy full SHA for ce2218a
1 file changed
test/bind.js
@@ -106,7 +106,7 @@ describe('bind', () => {
106
expect(calls).to.have.nested.property('[1][0].type', 'submit')
107
})
108
109
- it('can bind multiple actions', () => {
+ it('can bind multiple actions separated by line feed', () => {
110
const instance = document.createElement('bind-test-element')
111
chai.spy.on(instance, 'foo')
112
chai.spy.on(instance, 'bar')
0 commit comments