There was an error while loading. Please reload this page.
1 parent 95112a9 commit 1de8cd4Copy full SHA for 1de8cd4
test/test.js
@@ -28,7 +28,7 @@ for (let lang in testFios) {
28
for (let forms of fios) {
29
let basicForm = forms[0];
30
describe(basicForm, () => {
31
- for (let c = 1 ; c < Math.min(forms.length, 6) ; c++) {
+ for (let c = 1 ; c < forms.length ; c++) {
32
let expForm = forms[c];
33
if (!expForm)
34
continue;
@@ -107,7 +107,7 @@ for (let lang in testFiles) {
107
108
109
110
111
112
let cls = NCL.getConcreteClass(lang);
113
let ncl = new cls;
0 commit comments