We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b97840 commit 1bd3656Copy full SHA for 1bd3656
tasks/util/constants.js
@@ -15,7 +15,6 @@ var pathToTopojsonSrc = path.join(
15
module.exports = {
16
pathToRoot: pathToRoot,
17
pathToSrc: pathToSrc,
18
- pathToMocks: path.join(pathToRoot, 'test/image/mocks'),
19
20
pathToPlotlySrc: path.join(pathToSrc, 'index.js'),
21
pathToPlotlyBuild: path.join(pathToBuild, 'plotly.js'),
tasks/util/shortcut_paths.js
@@ -10,7 +10,7 @@ var constants = require('./constants');
10
11
var shortcutsConfig = {
12
'@src': constants.pathToSrc,
13
- '@mocks': constants.pathToMocks
+ '@mocks': constants.pathToTestImageMocks
14
};
module.exports = transformTools.makeRequireTransform('requireTransform',
0 commit comments