瀏覽代碼

Update CONTRIBUTING.md

Daniel Zlotin 8 年之前
父節點
當前提交
4b1f0fe317
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      CONTRIBUTING.md

+ 1
- 1
CONTRIBUTING.md 查看文件

8
 | `lib/src` | javascript sources and unit tests |
8
 | `lib/src` | javascript sources and unit tests |
9
 | `lib/src/index.js` | the entry point for `import Navigation from 'react-native-navigation'` |
9
 | `lib/src/index.js` | the entry point for `import Navigation from 'react-native-navigation'` |
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) |
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
 | `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. |
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
 | `integration` | misc javascript integration tests |
13
 | `integration` | misc javascript integration tests |
14
 | `scripts` | all scripts |
14
 | `scripts` | all scripts |