Skip to content

Commit

Permalink
chore: test error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Sep 1, 2024
1 parent 1e6b792 commit c06519f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/modules/number/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,6 @@ export class NumberModule extends SimpleModuleBase {
options:
| number
| {
/**
* Lower bound for generated number, inclusive.
*
* @default 0.0
*/
min?: number;

Check failure on line 137 in src/modules/number/index.ts

View workflow job for this annotation

GitHub Actions / Check Code Generation: node-22, ubuntu-latest

Failed to process property 'options.min': Expected exactly one element for jsdocs, got 0
/**
* Upper bound for generated number, exclusive, unless `multipleOf` or `fractionDigits` are passed.
Expand Down

0 comments on commit c06519f

Please sign in to comment.