Browse Source

Update CONTRIBUTING.md

Daniel Zlotin 7 years ago
parent
commit
4b1f0fe317
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CONTRIBUTING.md

+ 1
- 1
CONTRIBUTING.md View File

@@ -8,7 +8,7 @@
8 8
 | `lib/src` | javascript sources and unit tests |
9 9
 | `lib/src/index.js` | the entry point for `import Navigation from 'react-native-navigation'` |
10 10
 | `e2e` | [detox](https://github.com/wix/detox) iOS e2e tests (in the future, once detox supports it, we will have android e2e here as well) |
11
-| `AndroidE2E` | Android e2e tests using native uiautomator |
11
+| `AndroidE2E` | Android e2e tests using native uiautomator (until detox for android is ready) |
12 12
 | `playground` | The end-user project all e2e tests run against. Contains its own `src`, `android` and `ios`. Does not have its own package.json, depends on the local `<root>/lib` in order not to go through npm. |
13 13
 | `integration` | misc javascript integration tests |
14 14
 | `scripts` | all scripts |