Make tests and updated the export of AppServer

This commit is contained in:
Michael Bykovski
2017-07-21 11:48:05 +02:00
parent 4d462072bb
commit f993aab1c2
4 changed files with 3014 additions and 325 deletions
+4
View File
@@ -1,5 +1,9 @@
import exec from 'cordova/exec';
import * as ImportedAppServer from './appserver/AppServer';
// Export the Appserver
export const AppServer = ImportedAppServer;
const WEBSERVER_CLASS = 'Webserver';
const START_FUNCTION = 'start';
const ONREQUEST_FUNCTION = 'onRequest';