aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/fake.spec.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fake.spec.ts b/test/fake.spec.ts
index c8223585..d1e18ac4 100644
--- a/test/fake.spec.ts
+++ b/test/fake.spec.ts
@@ -30,7 +30,7 @@ describe('fake', () => {
it('does not allow undefined parameters', () => {
expect(() =>
- // @ts-expect-error
+ // @ts-expect-error: The parameter is required
faker.fake()
).toThrowError(Error('string parameter is required!'));
});