You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/services/platform-environment-requirements.ts
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@ import { PlatformEnvironmentRequirements } from '../../lib/services/platform-env
3
3
import*asstubsfrom"../stubs";
4
4
import{assert}from"chai";
5
5
import{EOL}from"os";
6
+
consthelpers=require("../../lib/common/helpers");
6
7
8
+
constoriginalIsInteractive=helpers.isInteractive;
7
9
constplatform="android";
8
10
constcloudBuildsErrorMessage=`In order to test your application use the $ tns login command to log in with your account and then $ tns cloud build command to build your app in the cloud.`;
9
11
constmanuallySetupErrorMessage=`To be able to build for ${platform}, verify that your environment is configured according to the system requirements described at `;
@@ -34,6 +36,14 @@ function createTestInjector() {
0 commit comments