[terminal] IJPL-199576 Add fake test back to terminal module to make tests pass

Existing teamcity builds use "Terminal Tests" configuration that relies on having tests in the `intellij.terminal` module.
This change will be reverted once we start using new run configuration in teamcity builds.

GitOrigin-RevId: a31d3f539b1b8eacd7b73ee3812db9c0e959e51b
This commit is contained in:
Konstantin Hudyakov
2025-08-01 15:12:44 +00:00
committed by intellij-monorepo-bot
parent 7b905426c9
commit 7a9c4fd586
9 changed files with 93 additions and 1 deletions
+1
View File
@@ -48,6 +48,7 @@ jvm_library(
"//plugins/terminal/completion",
"//plugins/terminal/completion:completion_test_lib",
"//plugins/terminal",
"//plugins/terminal:terminal_test_lib",
]
)
### auto-generated section `build intellij.java.terminal.tests` end