diff --git a/tests/test-karma.js b/tests/test-karma.js index 724ab438..19ba045b 100644 --- a/tests/test-karma.js +++ b/tests/test-karma.js @@ -146,7 +146,7 @@ const options = { }, /* eslint-disable-next-line no-unused-vars */ import: f => { - console.error('import not implemented'); + console.error('import not implemented for "' + f + '"'); } };