| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-04-15 | test: rename type to singular (#2052) | Shinigami | 1 | -4/+4 | |
| 2023-03-07 | refactor!: remove dynamic locale switching support (#1735) | ST-DDT | 1 | -1/+0 | |
| 2023-02-15 | chore: activate noImplicitAny (#1839) | Shinigami | 1 | -1/+1 | |
| 2022-12-31 | chore: turn on padding-line-between-statements (#1691) | Shinigami | 1 | -0/+3 | |
| 2022-12-17 | test: fix duplicate test names (#1647) | Shinigami | 1 | -0/+10 | |
| 2022-07-22 | test: introduce seededTests factory (#838) | ST-DDT | 1 | -0/+318 | |
| 2022-06-18 | test: migrate datatype to test snapshots (#875) | ST-DDT | 1 | -0/+1 | |
| 2022-05-25 | fix: Luhn generation algorithms and tests (#980) | Eric Cheng | 1 | -18/+0 | |
| Co-authored-by: ST-DDT <[email protected]> | |||||
| 2022-02-14 | test: rewrite internet (#475) | Shinigami | 1 | -0/+9 | |
| 2022-01-21 | chore(test): migrate to vitest (#235) | Shinigami | 6 | -8140/+18 | |
| 2022-01-18 | feat!: support tree-shaking (#152) | Shinigami | 1 | -1/+1 | |
| 2022-01-13 | chore: format tests (#67) | Shinigami | 5 | -6293/+6766 | |
| 2021-08-18 | spelling: overwrites | Josh Soref | 1 | -2/+2 | |
| Signed-off-by: Josh Soref <[email protected]> | |||||
| 2021-08-18 | spelling: message | Josh Soref | 1 | -1/+1 | |
| Signed-off-by: Josh Soref <[email protected]> | |||||
| 2021-08-18 | spelling: everything | Josh Soref | 1 | -1/+1 | |
| Signed-off-by: Josh Soref <[email protected]> | |||||
| 2021-08-18 | spelling: dependencies | Josh Soref | 1 | -2/+2 | |
| Signed-off-by: Josh Soref <[email protected]> | |||||
| 2021-08-18 | spelling: assertion | Josh Soref | 1 | -1/+1 | |
| Signed-off-by: Josh Soref <[email protected]> | |||||
| 2021-03-24 | Give each faker instance its own random number generator | Charles Lowell | 1 | -1/+1 | |
| Currently, every Faker instance shares the same random number generator instance which means that to seed one faker instance is to seed them all. This can result in duplicate data being generated all over the place. This just extracts the public API of the mersenne twister found in `vendor/mersenne.js` and creates a single instance of it per faker. This implementation is a tad sub-optimal since calling `seed()` on a faker instance will result in two redundant calls to `mersenne.init_genrand()`: one in `random.js` and the other in `datatype.js`. It would probably be more DRY to create the mersenne instance once in faker and then pass it into to the `Random` and `Datatype` instances, however, this takes the strategy of the smallest possible API change. | |||||
| 2018-10-27 | [test] Add `faker.fake` functional tests #386 | Marak | 1 | -0/+50 | |
| - Now running all methods through faker.fake - Adds coverage for scope issues #376 - Refactors functional test methods to helper | |||||
| 2016-06-13 | add tests for credit card functions and helpers | Jakub Mandula | 1 | -0/+18 | |
| 2013-01-07 | allowing all tests to run in browser | Bryan Donovan | 1 | -0/+4153 | |
| 2013-01-07 | adding real browser tests | Bryan Donovan | 1 | -0/+3403 | |
| 2013-01-05 | adding mocha test runner | Bryan Donovan | 1 | -0/+43 | |
