Skip to content

Commit 1dec02a

Browse files
committed
fixup: un-.only()
1 parent c166690 commit 1dec02a

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
@@ -289,7 +289,7 @@ describe('AsyncWriter', function () {
289289
).to.equal(23);
290290
});
291291

292-
it.only('keeps `this` intact for function calls', function () {
292+
it('keeps `this` intact for function calls', function () {
293293
expect('({ foo: 42, method() { return this } }).method().foo').to.equal(
294294
42
295295
);

0 commit comments

Comments
 (0)