Skip to content

Commit

Permalink
chore: cleanup ".only"
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Oct 27, 2023
1 parent fe3b1f9 commit 838d01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validators/__tests__/string.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('String Validators', () => {
});
});

describe.only('fn(isPostalCode)', () => {
describe('fn(isPostalCode)', () => {
it('should return nothing if the value is a valid us postal code', () => {
expect(isPostalCode('US')('32937')).toEqual(undefined);
});
Expand Down

0 comments on commit 838d01f

Please sign in to comment.