Skip to content

Commit 162e7a6

Browse files
committed
test: Refer to this package by full name in karma config
1 parent dbdadd1 commit 162e7a6

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"graceful-fs": "4.2.10"
6161
},
6262
"devDependencies": {
63+
"@prantlf/karma-sourcemap-loader": "link:",
6364
"@semantic-release/changelog": "6.0.2",
6465
"@semantic-release/git": "10.0.1",
6566
"c8": "7.12.0",

pnpm-lock.yaml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/karma.shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = function (_config, testName) {
22
return {
33
plugins: [
44
'karma-jasmine', 'karma-brief-reporter', 'karma-chrome-launcher',
5-
require('..')
5+
'@prantlf/karma-sourcemap-loader'
66
],
77

88
frameworks: ['jasmine'],

0 commit comments

Comments
 (0)