Skip to content

Commit 9ef418a

Browse files
committed
test: remove it.only
1 parent 23bdd70 commit 9ef418a

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
@@ -179,7 +179,7 @@ describe('bind', () => {
179179
expect(instance.foo).to.have.been.called.exactly(0)
180180
})
181181

182-
it.only('will not re-bind elements that just had `bind()` called', async function () {
182+
it('will not re-bind elements that just had `bind()` called', async function () {
183183
customElements.define(
184184
'bind-test-not-element',
185185
class BindTestNotController extends HTMLElement {

0 commit comments

Comments
 (0)