Skip to content

Commit 6f221e9

Browse files
committed
Add import filename to error.
1 parent 726570c commit 6f221e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-karma.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const options = {
146146
},
147147
/* eslint-disable-next-line no-unused-vars */
148148
import: f => {
149-
console.error('import not implemented');
149+
console.error('import not implemented for "' + f + '"');
150150
}
151151
};
152152

0 commit comments

Comments
 (0)