Skip to content

Commit

Permalink
test(@toss/validators): translate into english (toss#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
po4tion authored Mar 22, 2024
1 parent 798e2dc commit c998a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/validators/src/validators/is-age.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { isAge } from './is-age';

describe('isAge', () => {
test('자연수만 유효하다.', () => {
it('should only be valid for natural numbers.', () => {
const validInputs = ['123', '5', '1', '88'];
const invalidInputs = ['0', '5.2', '-0', 'NaN', 'undefined', 'null', '5e+23', 'Infinity'];

Expand Down

0 comments on commit c998a59

Please sign in to comment.