Skip to content

Commit

Permalink
webclient: Avoid hanging karma tests
Browse files Browse the repository at this point in the history
Karma tests hang after finish since Angular 14
karma-runner/karma-browserstack-launcher#195
  • Loading branch information
Deminder committed May 16, 2023
1 parent 0e4160f commit 5a1abce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/webclient/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ frontend {
yarnEnabled.set(true)
yarnVersion.set("1.22.5")
assembleScript.set("run assemble")
checkScript.set("run check")
checkScript.set("run lint")
cleanScript.set("run clean")
}

0 comments on commit 5a1abce

Please sign in to comment.