JS: fixed support for test source roots (KT-6627)

Original commit: 289a7a9cc3
This commit is contained in:
Anton Bannykh
2017-02-01 15:38:51 +03:00
parent 48fdcf9b97
commit 36035c789a
21 changed files with 180 additions and 9 deletions
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>