-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathTestSuite.mjs
More file actions
122 lines (86 loc) · 2.68 KB
/
TestSuite.mjs
File metadata and controls
122 lines (86 loc) · 2.68 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
// Generated by ReScript, PLEASE EDIT WITH CARE
import * as IntTests from "./IntTests.mjs";
import * as DictTests from "./DictTests.mjs";
import * as JsonTests from "./JsonTests.mjs";
import * as TestTests from "./TestTests.mjs";
import * as ArrayTests from "./ArrayTests.mjs";
import * as ErrorTests from "./ErrorTests.mjs";
import * as FloatTests from "./FloatTests.mjs";
import * as ObjectTests from "./ObjectTests.mjs";
import * as PromiseTest from "./PromiseTest.mjs";
import * as RegExpTests from "./RegExpTests.mjs";
import * as ResultTests from "./ResultTests.mjs";
import * as IteratorTests from "./IteratorTests.mjs";
import * as NullableTests from "./NullableTests.mjs";
import * as TypedArrayTests from "./TypedArrayTests.mjs";
var bign = TestTests.bign;
var TestError = PromiseTest.TestError;
var fail = PromiseTest.fail;
var equal = PromiseTest.equal;
var Creation = PromiseTest.Creation;
var ThenChaining = PromiseTest.ThenChaining;
var Rejection = PromiseTest.Rejection;
var Catching = PromiseTest.Catching;
var Concurrently = PromiseTest.Concurrently;
var panicTest = ErrorTests.panicTest;
var $$catch = IntTests.$$catch;
var nums = ObjectTests.nums;
var d = ObjectTests.d;
var x = ObjectTests.x;
var mkBig = ObjectTests.mkBig;
var assignOverwritesTarget = ObjectTests.assignOverwritesTarget;
var runGetTest = ObjectTests.runGetTest;
var getSymbolTestWhenExists = ObjectTests.getSymbolTestWhenExists;
var forEachIfOkCallFunction = ResultTests.forEachIfOkCallFunction;
var forEachIfErrorDoNotCallFunction = ResultTests.forEachIfErrorDoNotCallFunction;
var num1 = TypedArrayTests.num1;
var num2 = TypedArrayTests.num2;
var num3 = TypedArrayTests.num3;
var assertTrue = TypedArrayTests.assertTrue;
var assertWillThrow = TypedArrayTests.assertWillThrow;
var areSame = TypedArrayTests.areSame;
var o = TypedArrayTests.o;
var decodeJsonTest = JsonTests.decodeJsonTest;
var shouldHandleNullableValues = NullableTests.shouldHandleNullableValues;
var iterator = IteratorTests.iterator;
var syncResult = IteratorTests.syncResult;
var asyncResult = IteratorTests.asyncResult;
var asyncIterator = IteratorTests.asyncIterator;
var eq = RegExpTests.eq;
export {
bign ,
TestError ,
fail ,
equal ,
Creation ,
ThenChaining ,
Rejection ,
Catching ,
Concurrently ,
panicTest ,
$$catch ,
nums ,
d ,
x ,
mkBig ,
assignOverwritesTarget ,
runGetTest ,
getSymbolTestWhenExists ,
forEachIfOkCallFunction ,
forEachIfErrorDoNotCallFunction ,
num1 ,
num2 ,
num3 ,
assertTrue ,
assertWillThrow ,
areSame ,
o ,
decodeJsonTest ,
shouldHandleNullableValues ,
iterator ,
syncResult ,
asyncResult ,
asyncIterator ,
eq ,
}
/* IntTests Not a pure module */