Closed also closed 9 years ago
otherwise...
jsdom = require("jsdom").jsdom
doc = jsdom("<html><body></body></html>")
global.window = doc.parentWindow
global.document = doc
global.navigator = 'navigator'
require 'codemirror'
console.log window.CodeMirror
the node.js runtime is no longer a priority
ah: https://github.com/marijnh/CodeMirror/blob/master/addon/runmode/runmode.node.js