diff options
| author | ST-DDT <[email protected]> | 2022-06-18 17:36:22 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-18 15:36:22 +0000 |
| commit | 1898f28b8698fb8e6c0f85c8b05009b4bf7e1e2b (patch) | |
| tree | 523eb5c0d0a34f42cd03560257bde67e8c039fe2 /test/support | |
| parent | ab2ed236b3b1fe63523bf4072446c9cd545fd3b9 (diff) | |
| download | faker-1898f28b8698fb8e6c0f85c8b05009b4bf7e1e2b.tar.xz faker-1898f28b8698fb8e6c0f85c8b05009b4bf7e1e2b.zip | |
test: migrate datatype to test snapshots (#875)
Diffstat (limited to 'test/support')
| -rw-r--r-- | test/support/seededRuns.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/support/seededRuns.ts b/test/support/seededRuns.ts new file mode 100644 index 00000000..6e6539b7 --- /dev/null +++ b/test/support/seededRuns.ts @@ -0,0 +1 @@ +export const seededRuns = [42, 1337, 1211]; |
