Skip to content

Commit 26ecc23

Browse files
committed
fixed path of cytoscape in test file
cytoscape.js does not exist in node modules, only cytoscape.min.js
1 parent 6d59196 commit 26ecc23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<script src="../node_modules/chai/chai.js"></script>
1111
<script src="../node_modules/react/umd/react.development.js"></script>
1212
<script src="../node_modules/react-dom/umd/react-dom.development.js"></script>
13-
<script src="../node_modules/cytoscape/dist/cytoscape.js"></script>
13+
<script src="../node_modules/cytoscape/dist/cytoscape.min.js"></script>
1414
<script src="../node_modules/immutable/dist/immutable.js"></script>
1515
<script src="../node_modules/prop-types/prop-types.js"></script>
1616
<script src="../dist/react-cytoscape.js"></script>
@@ -35,4 +35,4 @@
3535
</script>
3636
</body>
3737

38-
</html>
38+
</html>

0 commit comments

Comments
 (0)