Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
main-bootstrap.js (which is part of the app itself) wants to do cordova.require('cordova-plugin-test-framework.main').init();
Problem is, cordova-plugin-test-framework.main isn't in our symbol list.
We could add all plugins to our symbolList, but I think we want to move away from using cordova.require in apps and eventually not need the symbolList.
Solution: change that line in cordova-plugin-test-framework. Give a namespace to cordova-plugin-test-framework.main that can be referenced by main-bootstap.js instead.
Example main could clobber window.testframework.