From 8a5f32c5e2f225777f98ed18c8f767f39a5849fc Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Tue, 18 Apr 2023 21:13:34 -0400 Subject: [PATCH] Add import filename to error. --- tests/test-karma.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + '"'); } };