Skip to content

Commit

Permalink
Update building.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored May 16, 2024
1 parent 61511bf commit 153c9f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/building.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,11 @@ test('Create Nodelist', () => {
expect(Object.keys(list).length).toBe(4);
expect(list['3']).toStrictEqual(['4', '4']);
});

window.printError = printError;

const errors = [];

function printError(txt) {
errors.push[txt];
}

0 comments on commit 153c9f4

Please sign in to comment.