Skip to content

Commit 5e865fc

Browse files
authored
Update combine_ways.test.js
1 parent 89e2b0b commit 5e865fc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/combine_ways.test.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,11 @@ describe.each([
110110
}
111111
});
112112
});
113+
114+
window.printError = printError;
115+
116+
var errors = [];
117+
118+
function printError(txt) {
119+
errors.push[txt];
120+
}

0 commit comments

Comments
 (0)