Skip to content

Commit

Permalink
Add import filename to error.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed May 19, 2023
1 parent de81c81 commit 8a5f32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 + '"');
}
};

Expand Down

0 comments on commit 8a5f32c

Please sign in to comment.