Skip to content

Commit

Permalink
Remove only from unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sponglord committed Jun 20, 2024
1 parent 0135a99 commit 65de0c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('components utils', () => {
});
});

describe.only('searchObject util', () => {
describe('searchObject util', () => {
test('test that no results are found because there is nothing to search', () => {
const errors = null;

Expand Down

0 comments on commit 65de0c9

Please sign in to comment.