add test info to console.log

This commit is contained in:
Tom 2024-01-18 13:32:30 -05:00
parent fd648c26e9
commit bb676a8699

View File

@ -1,6 +1,9 @@
/* global QUnit, $, testLog */
( function() {
QUnit.testStart((details) => {
console.log(`Starting test ${details.module}.${details.name}`);
});
QUnit.module( 'Polyfills', {
beforeEach: function() {