aboutsummaryrefslogtreecommitdiff
path: root/test/modules/__snapshots__/random.spec.ts.snap
blob: 42839e35ea672df9804d61c1fd5e00718cbb07ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`random > 42 > alpha > noArgs 1`] = `"t"`;

exports[`random > 42 > alpha > with length 1`] = `"tXMFi"`;

exports[`random > 42 > alphaNumeric > noArgs 1`] = `"n"`;

exports[`random > 42 > alphaNumeric > with length 1`] = `"nWJB9"`;

exports[`random > 42 > numeric > noArgs 1`] = `"3"`;

exports[`random > 42 > numeric > with length 1`] = `"39751"`;

exports[`random > 42 > word 1`] = `"throughput"`;

exports[`random > 42 > words > noArgs 1`] = `"refrigerator Cisgender"`;

exports[`random > 42 > words > with length 1`] = `"throughput Lutetium purple Glamorgan female"`;

exports[`random > 42 > words > with length range 1`] = `"refrigerator Cisgender"`;

exports[`random > 1211 > alpha > noArgs 1`] = `"W"`;

exports[`random > 1211 > alpha > with length 1`] = `"WUlZI"`;

exports[`random > 1211 > alphaNumeric > noArgs 1`] = `"V"`;

exports[`random > 1211 > alphaNumeric > with length 1`] = `"VTdZF"`;

exports[`random > 1211 > numeric > noArgs 1`] = `"9"`;

exports[`random > 1211 > numeric > with length 1`] = `"98296"`;

exports[`random > 1211 > word 1`] = `"zowie"`;

exports[`random > 1211 > words > noArgs 1`] = `"fairly puzzle Consultant"`;

exports[`random > 1211 > words > with length 1`] = `"zowie Frozen Director Hybrid Facilitator"`;

exports[`random > 1211 > words > with length range 1`] = `"fairly puzzle Consultant neutral Hybrid"`;

exports[`random > 1337 > alpha > noArgs 1`] = `"n"`;

exports[`random > 1337 > alpha > with length 1`] = `"nioxq"`;

exports[`random > 1337 > alphaNumeric > noArgs 1`] = `"g"`;

exports[`random > 1337 > alphaNumeric > with length 1`] = `"g9hsj"`;

exports[`random > 1337 > numeric > noArgs 1`] = `"2"`;

exports[`random > 1337 > numeric > with length 1`] = `"21243"`;

exports[`random > 1337 > word 1`] = `"Rustic"`;

exports[`random > 1337 > words > noArgs 1`] = `"black"`;

exports[`random > 1337 > words > with length 1`] = `"Rustic port pro Maryland Research"`;

exports[`random > 1337 > words > with length range 1`] = `"black HDD"`;