mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix placeholder imports (#3429)
This commit is contained in:
@@ -49,7 +49,7 @@ export var write = function write(message: string, type?: number) {
|
||||
|
||||
var runTest = function (testInfo: TestInfoEntry) {
|
||||
let start = time();
|
||||
let duration: number;
|
||||
let duration;
|
||||
try {
|
||||
if (testInfo.instance) {
|
||||
testInfo.testFunc.apply(testInfo.instance);
|
||||
|
||||
@@ -80,7 +80,7 @@ allTests["TAB-VIEW"] = require("./ui/tab-view/tab-view-tests");
|
||||
allTests["SLIDER"] = require("./ui/slider/slider-tests");
|
||||
allTests["SWITCH"] = require("./ui/switch/switch-tests");
|
||||
allTests["PROGRESS"] = require("./ui/progress/progress-tests");
|
||||
// allTests["PLACEHOLDER"] = require("./ui/placeholder/placeholder-tests");
|
||||
allTests["PLACEHOLDER"] = require("./ui/placeholder/placeholder-tests");
|
||||
// allTests["PAGE"] = require("./ui/page/page-tests");
|
||||
// allTests["LISTVIEW"] = require("./ui/list-view/list-view-tests");
|
||||
// allTests["ACTIVITY-INDICATOR"] = require("./ui/activity-indicator/activity-indicator-tests");
|
||||
|
||||
Reference in New Issue
Block a user