Skip to content

Commit

Permalink
Remove describe.only (#5781)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Dec 3, 2021
1 parent bdc71d1 commit 6ae54d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/util/test/object.test.ts
Expand Up @@ -18,8 +18,7 @@
import { expect } from 'chai';
import { deepEqual } from '../src/obj';

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

0 comments on commit 6ae54d0

Please sign in to comment.