Skip to content

Commit 7c94ce4

Browse files
authored
Update gabledroofbug.test.js
1 parent f863e15 commit 7c94ce4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/gabledroofbug.test.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,10 @@ beforeEach(() => {
3838
test('Constructor', () => {
3939
let xmlData = new window.DOMParser().parseFromString(data, 'text/xml');
4040
});
41+
window.printError = printError;
42+
43+
var errors = [];
44+
45+
function printError(txt) {
46+
errors.push[txt];
47+
}

0 commit comments

Comments
 (0)