Skip to content

Commit 80825fa

Browse files
committed
Add isOldArchitecture constant to testConfig for architecture checks
1 parent 8e281da commit 80825fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

code-push-plugin-testing-framework/typings/code-push-plugin-testing-framework.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ declare module 'code-push-plugin-testing-framework/script/testConfig' {
414414
export const onlyRunCoreTests: boolean;
415415
export const shouldSetup: boolean;
416416
export const restartEmulators: boolean;
417+
export const isOldArchitecture: boolean;
417418

418419
}
419420
declare module 'code-push-plugin-testing-framework/script/testUtil' {

0 commit comments

Comments
 (0)