aboutsummaryrefslogtreecommitdiff
path: root/src/modules/random
diff options
context:
space:
mode:
authorLeyla Jähnig <[email protected]>2022-06-18 16:34:56 +0200
committerGitHub <[email protected]>2022-06-18 14:34:56 +0000
commit77c609ed269f7816d1d89323dde7423f5b6f3e99 (patch)
tree4af4218fbe385a880d77c5d9f209863305ca8b58 /src/modules/random
parent080e51d19afc5c426b804f6afbd44333bbd0d1c9 (diff)
downloadfaker-77c609ed269f7816d1d89323dde7423f5b6f3e99.tar.xz
faker-77c609ed269f7816d1d89323dde7423f5b6f3e99.zip
chore(random.alpha): remove todo comment (#1089)
Diffstat (limited to 'src/modules/random')
-rw-r--r--src/modules/random/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/random/index.ts b/src/modules/random/index.ts
index 727ec8fb..3071e33e 100644
--- a/src/modules/random/index.ts
+++ b/src/modules/random/index.ts
@@ -233,7 +233,6 @@ export class Random {
* faker.random.alpha(10) // 'qccrabobaf'
* faker.random.alpha({ count: 5, casing: 'upper', bannedChars: ['A'] }) // 'DTCIC'
*/
- // TODO @Shinigami92 2022-02-14: Tests covered `(count, options)`, but they were never typed like that
alpha(
options:
| number