From 30896eae45a1729c5a97b6950e78c8646107d9cd 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 + '"'); } };