Skip to content

Commit 6ae54d0

Browse files
authored
Remove describe.only (#5781)
1 parent bdc71d1 commit 6ae54d0

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)