Skip to content

Commit

Permalink
Prepare TranspileConverterTest for running on teamcity
Browse files Browse the repository at this point in the history
  • Loading branch information
Schahen committed Jun 4, 2020
1 parent ed08321 commit ce4d2ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ test {
"dukat.test.extended.topn",
"dukat.test.cli",
"dukat.test.failure.always",
"dukat.test.descriptorCompilation"
"dukat.test.descriptorCompilation",
"dukat.test.typescriptDukat"
].forEach { String projectProperty ->
if (project.hasProperty(projectProperty)) {
systemProperty(projectProperty, "true")
Expand Down

0 comments on commit ce4d2ff

Please sign in to comment.