wellsjo / JSON-Splora

GUI app for editing, visualizing, and manipulating JSON data
MIT License
1.86k stars 60 forks source link

Tests fail when requiring CodeMirror as a module #64

Open wellsjo opened 7 years ago

wellsjo commented 7 years ago
const CodeMirror = require('codemirror')

causes the tests to fail. I don't understand why, since Editor and Output aren't even loaded currently...