We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66eff21 commit 25ff64eCopy full SHA for 25ff64e
1 file changed
test-app/app/src/main/assets/app/mainpage.js
@@ -1,5 +1,4 @@
1
__disableVerboseLogging();
2
-__log("starting tests");
3
4
// methods that common tests need to run
5
var testContent = "";
@@ -14,7 +13,6 @@ TNSGetOutput = function () {
14
13
return testContent;
15
}
16
__approot = __dirname.substr(0, __dirname.length - 4);
17
-
18
var shared = require("./shared");
19
shared.runRequireTests();
20
shared.runWeakRefTests();
@@ -72,4 +70,7 @@ require("./tests/testPostFrameCallback");
72
70
require("./tests/console/logTests.js");
73
71
require('./tests/testURLImpl.js');
74
require('./tests/testURLSearchParamsImpl.js');
75
-require('./tests/testESModules.js');
+
+// ES MODULE TESTS
+__log("=== Running ES Modules Tests ===");
76
+require("./tests/testESModules");
0 commit comments