Skip to content

Commit 2038690

Browse files
committed
use mock in mocks/ for pummel dashbaord button
1 parent f14fd76 commit 2038690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/test_dashboard/buttons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function plotButtons(plots, figDir) {
109109
plotlist.appendChild(pummelButton);
110110

111111
var i = 0;
112-
var mock = require('./testplots-3d/marker-color.json');
112+
var mock = require('@mocks/gl3d_marker-color.json');
113113
var statusDiv = document.getElementById('status-info');
114114

115115
pummelButton.addEventListener('click', function () {

0 commit comments

Comments
 (0)