Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MOB-10412] remove-integration-testing-code #616

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: "2"
exclude_patterns:
- ".*/"
- "docs/"
- "integration-testing/"
- "**/node_modules/"
- "scripts/"
- "**/__mocks__/"
Expand Down
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
docs/
integration-testing/
lib/
node_modules/
38 changes: 0 additions & 38 deletions .github/workflows/integration-test.yml

This file was deleted.

1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ temp/

# Test files
jest.config.js
integration-testing/
__tests__/
__mocks__/
*.test.ts
Expand Down
54 changes: 0 additions & 54 deletions integration-testing/README.md

This file was deleted.

66 changes: 0 additions & 66 deletions integration-testing/android/app/BUCK

This file was deleted.

110 changes: 0 additions & 110 deletions integration-testing/android/app/build.gradle

This file was deleted.

Binary file removed integration-testing/android/app/keystore.jks
Binary file not shown.
27 changes: 0 additions & 27 deletions integration-testing/android/app/proguard-rules.pro

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions integration-testing/android/app/src/main/AndroidManifest.xml

This file was deleted.

Loading
Loading