mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
add test info to console.log
This commit is contained in:
parent
fd648c26e9
commit
bb676a8699
@ -1,6 +1,9 @@
|
|||||||
/* global QUnit, $, testLog */
|
/* global QUnit, $, testLog */
|
||||||
|
|
||||||
( function() {
|
( function() {
|
||||||
|
QUnit.testStart((details) => {
|
||||||
|
console.log(`Starting test ${details.module}.${details.name}`);
|
||||||
|
});
|
||||||
|
|
||||||
QUnit.module( 'Polyfills', {
|
QUnit.module( 'Polyfills', {
|
||||||
beforeEach: function() {
|
beforeEach: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user