We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ab1b2 commit de8cc7fCopy full SHA for de8cc7f
packages/json-type/src/random/__tests__/random.spec.ts
@@ -69,7 +69,6 @@ describe('Random', () => {
69
expect(value).toBeLessThanOrEqual(65535);
70
// Verify no floating-point artifacts
71
expect(value).toBe(Math.floor(value));
72
- expect(value.toString()).not.toContain('.');
73
validate(type, value);
74
}
75
});
0 commit comments