diff --git a/detox-tests/package.json b/detox-tests/package.json index 897ef9a..108e64a 100644 --- a/detox-tests/package.json +++ b/detox-tests/package.json @@ -1,7 +1,7 @@ { "name": "detox-tests", "version": "1.0.0", - "main": "index.js", + "main": "e2e/jest.config.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/package.json b/package.json index 7a2213c..dcee3bd 100644 --- a/package.json +++ b/package.json @@ -194,5 +194,8 @@ "@react-native/assets-registry": "patch:@react-native/assets-registry@npm%3A0.75.2#~/.yarn/patches/@react-native-assets-registry-npm-0.75.2-553af80bf2.patch", "react-native-code-push": "patch:react-native-code-push@npm%3A8.3.1#~/.yarn/patches/react-native-code-push-npm-8.3.1-9608679893.patch", "@react-native/gradle-plugin": "patch:@react-native/gradle-plugin@npm%3A0.75.2#~/.yarn/patches/@react-native-gradle-plugin-npm-0.75.2-3de59c69c5.patch" - } -} \ No newline at end of file + }, + "workspaces": [ + "detox-tests" + ] +}