scalacenter / scalajs-bundler

https://scalacenter.github.io/scalajs-bundler
Other
237 stars 101 forks source link

jsdom.createVirtualConsole does not exist in jsdom v12.0.0 #261

Closed thebridsk closed 6 years ago

thebridsk commented 6 years ago

Using scalabundler 0.13.1, scala-js 0.6.24, sbt 1.2.1, scala 2.12.6

[info] Writing and bundling the test loader
C:\Users\user\Projects\BridgeScorer\git\bridgescorer\client\target\scalajs-bundler-jsdom\codeWithJSDOMContext.js:13
    virtualConsole: jsdom.createVirtualConsole().sendTo(console),
                          ^
TypeError: jsdom.createVirtualConsole is not a function

see https://github.com/scala-js/scala-js/issues/2902