Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RedMickey committed Jul 1, 2020
1 parent 4caff3f commit e071fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke/package/src/debugAndroid.test.ts
Expand Up @@ -206,7 +206,7 @@ export function setup(testParameters?: TestRunArguments) {
this.skip();
}
this.timeout(debugExpoTestTime);
await expoTest("App.js", "Android pure RN Expo test(LAN)", pureRNWorkspacePath, ExpoLanDebugConfigName, 3, SmokeTestsConstants.ExpoSuccessPattern);
await expoTest("App.js", "Android pure RN Expo test(LAN)", pureRNWorkspacePath, ExpoLanDebugConfigName, 3, SmokeTestsConstants.ExpoSuccessPattern, "Error: Unable to resolve module");
});

it("Expo app Debug test(LAN)", async function () {
Expand Down

0 comments on commit e071fe9

Please sign in to comment.