Skip to content

Commit

Permalink
Drop non-testable app
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanlaerhoven committed Oct 22, 2024
1 parent 41dc107 commit 4a5a10b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
4 changes: 2 additions & 2 deletions e2e/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AppRegistry } from 'react-native';
import { App } from './src/App';
import { TestableApp } from './src/TestableApp';

AppRegistry.registerComponent('ReactNativeTHEOplayerE2E', () => App);
AppRegistry.registerComponent('ReactNativeTHEOplayerE2E', () => TestableApp);
4 changes: 0 additions & 4 deletions e2e/index.test.js

This file was deleted.

8 changes: 4 additions & 4 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"private": true,
"scripts": {
"start": "npx react-native start",
"test:e2e:android": "cavy run-android --file index.js --terminal bash",
"test:e2e:android:release": "cavy run-android --file index.js --terminal bash --mode release",
"test:e2e:ios": "cavy run-ios --file index.js --terminal bash",
"test:e2e:ios:release": "cavy run-ios --file index.js --terminal bash --mode release",
"test:e2e:android": "npx react-native run-android --terminal bash",
"test:e2e:android:release": "npx react-native run-android ---terminal bash --mode release",
"test:e2e:ios": "npx react-native run-ios --terminal bash",
"test:e2e:ios:release": "npx react-native run-ios --terminal bash --mode release",
"lint": "eslint \"**/*.{ts,tsx}\""
},
"dependencies": {
Expand Down
6 changes: 0 additions & 6 deletions e2e/src/App.tsx

This file was deleted.

0 comments on commit 4a5a10b

Please sign in to comment.