[Markdown][RDCT-220] Add plugin module as test dependency for code fence tests

GitOrigin-RevId: caac74b37df38032a53eabbd9a940ed4702eafc5
This commit is contained in:
Ivan Posti
2023-11-01 12:55:48 +00:00
committed by intellij-monorepo-bot
parent ae9fb08491
commit 4a023bc1a4
2 changed files with 2 additions and 0 deletions
@@ -106,6 +106,7 @@
<orderEntry type="module" module-name="intellij.platform.vcs.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.grazie.java" scope="TEST" />
<orderEntry type="module" module-name="intellij.markdown" scope="TEST" />
<orderEntry type="module" module-name="intellij.markdown.plugin" scope="TEST" />
<orderEntry type="library" scope="TEST" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="module" module-name="intellij.grazie.markdown" scope="TEST" />
<orderEntry type="library" scope="TEST" name="assertJ" level="project" />
@@ -11,6 +11,7 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.markdown" />
<orderEntry type="module" module-name="intellij.markdown.plugin" scope="TEST" />
<orderEntry type="module" module-name="intellij.python.psi.impl" />
<orderEntry type="module" module-name="intellij.python.psi" />
<orderEntry type="module" module-name="intellij.python.community.tests" scope="TEST" />