aboutsummaryrefslogtreecommitdiff
path: root/test/modules/helpers.spec.ts
AgeCommit message (Collapse)AuthorFilesLines
2025-07-04refactor!: remove deprecations (#3553)Shinigami1-11/+0
2024-12-28fix: basic wildcard range handling + add more tests (#3322)ST-DDT1-19/+119
* fix: basic wirdcard range handling + add more tests * chore: simplify lower/upper case conversion
2024-06-30refactor(locale): group person entries by gender (#2938)DivisionByZero1-3/+5
2024-06-23test: remove usage of vitest.todo (#2960)ST-DDT1-10/+0
2024-06-21chore: remove arrayElement(s) js only error (#2958)ST-DDT1-18/+0
2024-05-25infra(typescript-eslint): no-confusing-void-expression (#2909)ST-DDT1-1/+2
2024-05-14infra(vitest): prefer-to-have-length (#2900)ST-DDT1-4/+4
2024-03-18refactor(location)!: remove v8 deprecated location methods (#2753)Shinigami1-6/+6
2024-03-13refactor(helpers)!: remove v8 deprecated helpers methods (#2729)Shinigami1-72/+0
2024-03-03feat(helpers)!: stricter checking for function signature passed to ↵pomali1-11/+30
`multiple` (#2563) Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Matt Mayer <[email protected]>
2024-02-27feat!: high precision random number generator (#2357)ST-DDT1-8/+9
2024-02-27refactor(datatype)!: remove v8 deprecated datatype methods (#2694)Shinigami1-3/+3
2024-02-25refactor(random)!: remove deprecated random module (#2678)Shinigami1-1/+1
2024-02-24refactor(helpers)!: remove v8 deprecated unique (#2661)Shinigami1-161/+0
Co-authored-by: Eric Cheng <[email protected]> Co-authored-by: Matt Mayer <[email protected]>
2024-02-09chore(deps)!: update dependency typescript to v5 (#1953)renovate[bot]1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2023-12-25feat(helpers): add support for complex intermediate types (#2550)ST-DDT1-18/+19
2023-12-11infra(tsconfig): noImplicitAny (#2562)ST-DDT1-3/+5
2023-11-14infra: enable strictNullChecks in tsconfig (#2435)ST-DDT1-2/+1
2023-11-04infra(typescript-eslint): strict-type-checked (#2467)ST-DDT1-0/+2
2023-10-28infra(unicorn): filename-case (#2492)ST-DDT1-1/+1
2023-10-17infra(unicorn): prefer-spread (#2421)Shinigami1-8/+8
Co-authored-by: ST-DDT <[email protected]>
2023-10-11infra(unicorn): no-array-for-each (#2461)ST-DDT1-8/+8
2023-10-07infra(eslint): enable no-useless-escape eslint rule (#2434)ST-DDT1-12/+10
2023-10-07infra(unicorn): prefer-date-now (#2419)Shinigami1-1/+1
Co-authored-by: ST-DDT <[email protected]>
2023-08-01test: move files to modules (#2279)Shinigami1-0/+1341