From e5210dd4acf3af7b0741348661e32984d98da3ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lio=20A=2E=20Heckert?= <30254+aurium@users.noreply.github.com> Date: Wed, 16 Jun 2021 12:23:58 -0300 Subject: [PATCH] Correct the example link on detox.md --- plugins/detox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/detox.md b/plugins/detox.md index e226f6fc..4fb70e39 100644 --- a/plugins/detox.md +++ b/plugins/detox.md @@ -70,7 +70,7 @@ If things go well, you should to have this set up: - An `e2e/` folder in your project root - An `e2e/config.json` file; [example](https://github.com/wix/Detox/blob/master/examples/demo-react-native-jest/e2e/config.json) - An `e2e/environment.js` file; [example](https://github.com/wix/Detox/blob/master/examples/demo-react-native-jest/e2e/environment.js) -- 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). +- 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). There should also be a file called `.detoxrc.json` in your project root.