Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Created January 31, 2014 14:10
Show Gist options
  • Save justinvdm/8732717 to your computer and use it in GitHub Desktop.
Save justinvdm/8732717 to your computer and use it in GitHub Desktop.
diff --git a/lib/index.js b/lib/index.js
index 98c655e..4c045ef 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -7,6 +7,9 @@ this.App = this.app.App;
this.dummy_api = require("./dummy_api");
this.DummyApi = this.dummy_api.DummyApi;
+this.tester = require("./tester");
+this.AppTester = this.tester.AppTester;
+
this.config = require("./config");
this.user = require("./user");
this.promise = require("./promise");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment