forked from microsoft/react-native-code-push
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.js
More file actions
17 lines (17 loc) · 759 Bytes
/
index.js
File metadata and controls
17 lines (17 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"use strict";
var Platform = require("./platform");
exports.Platform = Platform;
var PluginTestingFramework = require("./test");
exports.PluginTestingFramework = PluginTestingFramework;
var projectManager_1 = require("./projectManager");
exports.ProjectManager = projectManager_1.ProjectManager;
exports.setupTestRunScenario = projectManager_1.setupTestRunScenario;
exports.setupUpdateScenario = projectManager_1.setupUpdateScenario;
var ServerUtil = require("./serverUtil");
exports.ServerUtil = ServerUtil;
var testBuilder_1 = require("./testBuilder");
exports.TestBuilder = testBuilder_1.TestBuilder;
var TestConfig = require("./testConfig");
exports.TestConfig = TestConfig;
var testUtil_1 = require("./testUtil");
exports.TestUtil = testUtil_1.TestUtil;