Skip to content

Commit 7cabfe0

Browse files
committed
feat: Update testing framework integration and configuration for new architecture support
1 parent 3a1e95a commit 7cabfe0

File tree

6 files changed

+40
-343
lines changed

6 files changed

+40
-343
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@ proguard/
150150
# Android Studio captures folder
151151
captures/
152152

153-
# Remove after this framework is published on NPM
154-
code-push-plugin-testing-framework/node_modules
155-
156153
# Windows
157154
windows/.vs/
158155
windows/obj/
@@ -192,4 +189,4 @@ Examples/testapp_rn
192189

193190
# Android debug build files (conflict ignoring #Visual Studio files)
194191
!android/app/src/debug/
195-
.temp/
192+
.temp/

.npmignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ Recipes/
3434
bin/
3535
test/
3636

37-
# Remove after this framework is published on NPM
38-
code-push-plugin-testing-framework/
39-
4037
# Android build artifacts and Android Studio bits
4138
android/build
4239
android/app/build

0 commit comments

Comments
 (0)