Skip to content

Commit 9762041

Browse files
committed
use es6 in tasks/test_plain_obj.js
1 parent d14cd90 commit 9762041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/test_plain_obj.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var plotlyNode = require('./util/plotly_node');
1+
import plotlyNode from './util/plotly_node.mjs';
22
var Plotly = plotlyNode('build/plotly.js');
33

44
var assertValidate = function(fig, exp) {

0 commit comments

Comments
 (0)