Skip to content

Commit 73bae40

Browse files
committedOct 1, 2024·
await get mock
1 parent 5d3dad7 commit 73bae40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎devtools/test_dashboard/server.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ config.outfile = './build/plotly.js';
2626
var mockFolder = constants.pathToTestImageMocks;
2727

2828
// mock list
29-
getMockFiles()
29+
await getMockFiles()
3030
.then(readFiles)
3131
.then(createMocksList)
3232
.then(saveMockListToFile);

0 commit comments

Comments
 (0)
Please sign in to comment.