remove jetbrains run configurations

This commit is contained in:
Vishwas Shashidhar 2020-07-07 20:28:49 +05:30
parent c00847b51d
commit 2c0d64c1bb
3 changed files with 0 additions and 33 deletions

View File

@ -1,9 +0,0 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="corp" type="NodeJSConfigurationType" application-parameters=". --url=https://corporate.symphony.com/login/sso/initsso" path-to-node="$PROJECT_DIR$/node_modules/.bin/electron" working-dir="$PROJECT_DIR$">
<envs>
<env name="ELECTRON_DEBUGGING" value="true" />
<env name="ELECTRON_DEV" value="true" />
</envs>
<method v="2" />
</configuration>
</component>

View File

@ -1,9 +0,0 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="demo" type="NodeJSConfigurationType" application-parameters=". --url=file://$PROJECT_DIR$/src/demo/index.html" path-to-node="$PROJECT_DIR$/node_modules/.bin/electron" working-dir="$PROJECT_DIR$">
<envs>
<env name="ELECTRON_DEBUGGING" value="true" />
<env name="ELECTRON_DEV" value="true" />
</envs>
<method v="2" />
</configuration>
</component>

View File

@ -1,15 +0,0 @@
<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>