SymphonyElectron/.run/unit.run.xml
Vishwas Shashidhar ce8fe7c8da add vscode and Jetbrains launch configuration files
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-14 09:18:53 +05:30

15 lines
621 B
XML

<component name="ProjectRunConfigurationManager">
<configuration default="false" name="unit-tests" type="JavaScriptTestRunnerJest">
<config-file value="$PROJECT_DIR$/jest-config.json" />
<node-interpreter value="$USER_HOME$/.nvm/versions/node/v12.13.0/bin/node" />
<node-options value="" />
<jest-package value="$PROJECT_DIR$/node_modules/jest" />
<working-dir value="$PROJECT_DIR$" />
<jest-options value="--runInBand --detectOpenHandles" />
<envs>
<env name="ELECTRON_QA" value="true" />
</envs>
<scope-kind value="ALL" />
<method v="2" />
</configuration>
</component>