From bb676a8699f2af901174fdb98c1f106abe4ec67b Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 18 Jan 2024 13:32:30 -0500 Subject: [PATCH] add test info to console.log --- test/modules/polyfills.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/modules/polyfills.js b/test/modules/polyfills.js index 8d9a04ef..7b1b8b30 100644 --- a/test/modules/polyfills.js +++ b/test/modules/polyfills.js @@ -1,6 +1,9 @@ /* global QUnit, $, testLog */ ( function() { + QUnit.testStart((details) => { + console.log(`Starting test ${details.module}.${details.name}`); + }); QUnit.module( 'Polyfills', { beforeEach: function() {