Skip to content

Commit 86d5b00

Browse files
committed
Update test config
1 parent 1154ff1 commit 86d5b00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/jasmine/karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ if(isFullSuite) {
118118
}
119119

120120
var pathToCustomMatchers = path.join(__dirname, 'assets', 'custom_matchers.js');
121-
var pathToSaneTopojsonDist = path.join(__dirname, '..', '..', 'node_modules', 'sane-topojson', 'dist');
121+
var pathToTopojsonDist = path.join(__dirname, '..', '..', 'dist', 'topojson');
122122
var pathToMathJax2 = path.join(__dirname, '..', '..', 'node_modules', 'mathjax-v2');
123123
var pathToMathJax3 = path.join(__dirname, '..', '..', 'node_modules', 'mathjax-v3');
124124
var pathToVirtualWebgl = path.join(__dirname, '..', '..', 'node_modules', 'virtual-webgl', 'src', 'virtual-webgl.js');
@@ -193,7 +193,7 @@ func.defaultConfig = {
193193
{pattern: pathToMathJax2 + '/**', included: false, watched: false, served: true},
194194
{pattern: pathToMathJax3 + '/**', included: false, watched: false, served: true},
195195
// available to fetch from /base/node_modules/sane-topojson/dist/
196-
{pattern: pathToSaneTopojsonDist + '/**', included: false, watched: false, served: true}
196+
{pattern: pathToTopojsonDist + '/**', included: false, watched: false, served: true}
197197
],
198198

199199
// list of files / pattern to exclude

0 commit comments

Comments
 (0)