Skip to content

Commit

Permalink
remove nonsensical comment
Browse files Browse the repository at this point in the history
  • Loading branch information
veigaribo committed Oct 7, 2020
1 parent 0e8239f commit ae2eaf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/validators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export class Obeys<T extends InstanceConstructor> implements InstanceValidator {
for (var specialCase of specialCases) {
const params = arrayWithLength(paramsForPredicate).map(() => {
return instance.generateData(
// impure
...new Array(paramsForInstance).fill(specialCase),
)
})
Expand Down

0 comments on commit ae2eaf9

Please sign in to comment.