diff options
| author | Shinigami <[email protected]> | 2023-02-15 19:29:44 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-15 18:29:44 +0000 |
| commit | e7230f6f10af9633cf0eca18910cbafaaba9ecba (patch) | |
| tree | 60c27d30661f85b8ec2155e8a2f39ffdb8559f63 /test/support | |
| parent | 1399375686afb99a4ea55a6153601905f395304d (diff) | |
| download | faker-e7230f6f10af9633cf0eca18910cbafaaba9ecba.tar.xz faker-e7230f6f10af9633cf0eca18910cbafaaba9ecba.zip | |
chore: activate noImplicitAny (#1839)
Diffstat (limited to 'test/support')
| -rw-r--r-- | test/support/seededRuns.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/seededRuns.ts b/test/support/seededRuns.ts index 2c1cbab7..21f37b7e 100644 --- a/test/support/seededRuns.ts +++ b/test/support/seededRuns.ts @@ -201,7 +201,7 @@ class TestGenerator< vi_it(method, () => this.callAndVerify( method, - [] as Parameters<Module[MethodName]>, + [] as unknown as Parameters<Module[MethodName]>, repetitions ) ); |
