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 72ef8b4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 25 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.

18 changes: 9 additions & 9 deletions e2e/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1197,21 +1197,21 @@ PODS:
- RNSVG (13.14.1):
- React-Core
- SocketRocket (0.7.0)
- THEOplayer-Connector-Comscore (8.2.1):
- THEOplayer-Connector-Comscore (8.2.2):
- ComScore (~> 6.10.0)
- THEOplayerSDK-core (~> 8)
- THEOplayer-Connector-Conviva (8.2.1):
- THEOplayer-Connector-Conviva (8.2.2):
- ConvivaSDK (~> 4.0.30)
- THEOplayer-Connector-Utilities (>= 8.2.1, ~> 8.2)
- THEOplayer-Connector-Utilities (>= 8.2.2, ~> 8.2)
- THEOplayerSDK-core (~> 8)
- THEOplayer-Connector-Nielsen (8.0.0):
- NielsenAppSDK-XC (= 9.0.0.0)
- THEOplayer-Connector-Utilities (>= 8.0.0, ~> 8.0)
- THEOplayerSDK-core (~> 8)
- THEOplayer-Connector-Utilities (8.2.1):
- THEOplayer-Connector-Utilities (8.2.2):
- ConvivaSDK (~> 4.0.30)
- THEOplayerSDK-core (~> 8)
- THEOplayerSDK-core (8.0.0)
- THEOplayerSDK-core (8.2.2)
- Yoga (0.0.0)

DEPENDENCIES:
Expand Down Expand Up @@ -1492,11 +1492,11 @@ SPEC CHECKSUMS:
RNDeviceInfo: 59344c19152c4b2b32283005f9737c5c64b42fba
RNSVG: af3907ac5d4fa26a862b75a16d8f15bc74f2ceda
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
THEOplayer-Connector-Comscore: fa33eabf8893203acf42210aa67b736a9366540d
THEOplayer-Connector-Conviva: e7c975ccf3c78e5e7b82f899a60b06983ab3e20b
THEOplayer-Connector-Comscore: 5a256d2645e86134f31fd888394c2d3661b35618
THEOplayer-Connector-Conviva: a8925bea78a9cef9a5dd413d5b47f2dd8ab22ad1
THEOplayer-Connector-Nielsen: cb2d511f62f212d8e7a20660c4a6bfb8508d00a5
THEOplayer-Connector-Utilities: bf421cb4c63567f5bc0b0f8f9e14462a3f6087ce
THEOplayerSDK-core: bffd1defb5031cc6b257f71f57931a87d4b3877c
THEOplayer-Connector-Utilities: 55461c2943af83ebdc5d332fa60b77837ed52e6b
THEOplayerSDK-core: 46f95f30a83fa01a67492ebfa130b1692505d594
Yoga: bb33480fd76c5cb82ef4ba27c49276abfdd692d1

PODFILE CHECKSUM: f44eee13563fe347754d375fbbe1036dbf27c1d1
Expand Down
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 72ef8b4

Please sign in to comment.