We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bdd70 commit 9ef418aCopy full SHA for 9ef418a
1 file changed
test/bind.js
@@ -179,7 +179,7 @@ describe('bind', () => {
179
expect(instance.foo).to.have.been.called.exactly(0)
180
})
181
182
- it.only('will not re-bind elements that just had `bind()` called', async function () {
+ it('will not re-bind elements that just had `bind()` called', async function () {
183
customElements.define(
184
'bind-test-not-element',
185
class BindTestNotController extends HTMLElement {
0 commit comments