Skip to content

Commit 078e544

Browse files
committed
Remove describe.only
1 parent f318c70 commit 078e544

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/util/test/object.test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
import { expect } from 'chai';
1919
import { deepEqual } from '../src/obj';
2020

21-
// eslint-disable-next-line no-restricted-properties
22-
describe.only('deepEqual()', () => {
21+
describe('deepEqual()', () => {
2322
it('returns true for comparing empty objects', () => {
2423
expect(deepEqual({}, {})).to.be.true;
2524
});

0 commit comments

Comments
 (0)