Skip to content

Commit fc0035d

Browse files
authored
docs: correct the example link on detox.md (#30)
1 parent d15e0e2 commit fc0035d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/detox.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If things go well, you should to have this set up:
7070
- An `e2e/` folder in your project root
7171
- An `e2e/config.json` file; [example](https://github.com/wix/Detox/blob/master/examples/demo-react-native-jest/e2e/config.json)
7272
- An `e2e/environment.js` file; [example](https://github.com/wix/Detox/blob/master/examples/demo-react-native-jest/e2e/environment.js)
73-
- An `e2e/firstTest.e2e.js` file with content similar to [this](https://github.com/wix/Detox/blob/master/examples/demo-react-native-jest/e2e/app-hello.e2e.js).
73+
- An `e2e/firstTest.e2e.js` file with content similar to [this](https://github.com/wix/Detox/blob/master/examples/demo-react-native-jest/e2e/app-hello.e2e.ts).
7474

7575
There should also be a file called `.detoxrc.json` in your project root.
7676

0 commit comments

Comments
 (0)