Skip to content

Commit 29f6ab1

Browse files
committed
fixup: un-.only()
1 parent ef209d1 commit 29f6ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/async-rewriter2/src/async-writer-babel.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ describe('AsyncWriter', function () {
276276
).to.equal(23);
277277
});
278278

279-
it.only('keeps `this` intact for function calls', function () {
279+
it('keeps `this` intact for function calls', function () {
280280
expect('({ foo: 42, method() { return this } }).method().foo').to.equal(
281281
42
282282
);

0 commit comments

Comments
 (0)