Skip to content

Commit

Permalink
Fix jsdom and jsdom-global version.
Browse files Browse the repository at this point in the history
Apparently, the latest release contains a syntax error that prevents coroutines successful build.
  • Loading branch information
qwwdfsad committed Jan 15, 2020
1 parent 99b78e4 commit fa8de2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/test-mocha-js.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ task testMochaChrome(type: NodeTask, dependsOn: prepareMochaChrome) {
task installDependenciesMochaJsdom(type: NpmTask, dependsOn: [npmInstall]) {
args = ['install',
"mocha@$mocha_version",
'jsdom',
'jsdom-global',
'jsdom@15.2.1',
'jsdom-global@3.0.2',
"source-map-support@$source_map_support_version",
'--no-save']
if (project.hasProperty("teamcity")) args += ["mocha-teamcity-reporter@$mocha_teamcity_reporter_version"]
Expand Down

0 comments on commit fa8de2e

Please sign in to comment.