forked from vergnet/application-amicale
Added default run and test configs
This commit is contained in:
parent
b0094716be
commit
5221b73bf2
2 changed files with 27 additions and 0 deletions
11
.idea/runConfigurations/All_Tests.xml
Normal file
11
.idea/runConfigurations/All_Tests.xml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<component name="ProjectRunConfigurationManager">
|
||||||
|
<configuration default="false" name="All Tests" type="JavaScriptTestRunnerJest" nameIsGenerated="true">
|
||||||
|
<node-interpreter value="project" />
|
||||||
|
<node-options value="" />
|
||||||
|
<jest-package value="$PROJECT_DIR$/node_modules/jest" />
|
||||||
|
<working-dir value="$PROJECT_DIR$" />
|
||||||
|
<envs />
|
||||||
|
<scope-kind value="ALL" />
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
</component>
|
16
.idea/runConfigurations/Expo.xml
Normal file
16
.idea/runConfigurations/Expo.xml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<component name="ProjectRunConfigurationManager">
|
||||||
|
<configuration default="false" name="Expo" type="ReactNative" factoryName="React Native">
|
||||||
|
<node-interpreter value="project" />
|
||||||
|
<react-native value="$USER_HOME$/.nvm/versions/node/v12.4.0/lib/node_modules/react-native-cli" />
|
||||||
|
<platform value="ANDROID" />
|
||||||
|
<envs />
|
||||||
|
<only-packager />
|
||||||
|
<build-and-launch value="false" />
|
||||||
|
<browser value="98ca6316-2f89-46d9-a9e5-fa9e2b0625b3" />
|
||||||
|
<debug-host value="127.0.0.1" />
|
||||||
|
<debug-port value="19001" />
|
||||||
|
<method v="2">
|
||||||
|
<option name="ReactNativePackager" enabled="true" />
|
||||||
|
</method>
|
||||||
|
</configuration>
|
||||||
|
</component>
|
Loading…
Reference in a new issue