Skip to content

Commit

Permalink
Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
max-leuthaeuser committed Oct 13, 2023
1 parent 6f8f810 commit 5756797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/resources/typescriptsub/subc/typescriptsub/c.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("subc - c!");
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ class TranspilationRunnerTest extends AnyWordSpec with Matchers {
s"subb${java.io.File.separator}nested${java.io.File.separator}a.ts",
s"subb${java.io.File.separator}nested${java.io.File.separator}b.ts",
s"subb${java.io.File.separator}nested${java.io.File.separator}other.js",
s"subc${java.io.File.separator}typescriptsub${java.io.File.separator}c.ts",
s"subb${java.io.File.separator}a.ts",
s"subb${java.io.File.separator}b.ts"
)
Expand Down

0 comments on commit 5756797

Please sign in to comment.