Skip to content

Commit 51d3e06

Browse files
MV88diegovargasg
andauthored
Fixes #8142 adding the @mapstore/patcher alias to karma config file (#8143) (#8150)
* Fixes #8142 adding the @mapstore/patcher alias to the standard static karma configuration file * Fixes #8142 adding @mapstore/patcher to karma-continuous file Co-authored-by: Diego Vargas <diegodevelopero@gmail.com>
1 parent 5490458 commit 51d3e06

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

project/standard/static/karma.conf.continuous-test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = function karmaConfig(config) {
1010
testFile: 'tests.webpack.js',
1111
singleRun: false,
1212
alias: {
13+
"@mapstore/patcher": path.resolve(__dirname, "node_modules", "@mapstore", "patcher"),
1314
"@mapstore": path.resolve(__dirname, "MapStore2", "web", "client"),
1415
"@js": path.resolve(__dirname, "js")
1516
}

project/standard/static/karma.conf.single-run.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = function karmaConfig(config) {
1010
testFile: 'tests.webpack.js',
1111
singleRun: true,
1212
alias: {
13+
"@mapstore/patcher": path.resolve(__dirname, "node_modules", "@mapstore", "patcher"),
1314
"@mapstore": path.resolve(__dirname, "MapStore2", "web", "client"),
1415
"@js": path.resolve(__dirname, "js")
1516
}

0 commit comments

Comments
 (0)