Browse Source

Added default run and test configs

Arnaud Vergnet 4 years ago
parent
commit
5221b73bf2
2 changed files with 27 additions and 0 deletions
  1. 11
    0
      .idea/runConfigurations/All_Tests.xml
  2. 16
    0
      .idea/runConfigurations/Expo.xml

+ 11
- 0
.idea/runConfigurations/All_Tests.xml View File

1
+<component name="ProjectRunConfigurationManager">
2
+  <configuration default="false" name="All Tests" type="JavaScriptTestRunnerJest" nameIsGenerated="true">
3
+    <node-interpreter value="project" />
4
+    <node-options value="" />
5
+    <jest-package value="$PROJECT_DIR$/node_modules/jest" />
6
+    <working-dir value="$PROJECT_DIR$" />
7
+    <envs />
8
+    <scope-kind value="ALL" />
9
+    <method v="2" />
10
+  </configuration>
11
+</component>

+ 16
- 0
.idea/runConfigurations/Expo.xml View File

1
+<component name="ProjectRunConfigurationManager">
2
+  <configuration default="false" name="Expo" type="ReactNative" factoryName="React Native">
3
+    <node-interpreter value="project" />
4
+    <react-native value="$USER_HOME$/.nvm/versions/node/v12.4.0/lib/node_modules/react-native-cli" />
5
+    <platform value="ANDROID" />
6
+    <envs />
7
+    <only-packager />
8
+    <build-and-launch value="false" />
9
+    <browser value="98ca6316-2f89-46d9-a9e5-fa9e2b0625b3" />
10
+    <debug-host value="127.0.0.1" />
11
+    <debug-port value="19001" />
12
+    <method v="2">
13
+      <option name="ReactNativePackager" enabled="true" />
14
+    </method>
15
+  </configuration>
16
+</component>

Loading…
Cancel
Save