Add an ability to run/debug ir tests inside node.js (even from IDEA)

This commit is contained in:
Zalim Bashorov
2018-10-10 21:18:01 +03:00
parent b7d7d1eb01
commit 3f0bd20235
3 changed files with 61 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="run IR test in node.js" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/js/js.translator/testData/package.json" />
<command value="run" />
<scripts>
<script value="runIrTestInNode" />
</scripts>
<arguments value="$FilePath$" />
<node-interpreter value="project" />
<envs />
<method v="2" />
</configuration>
</component>