]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/javascript/tests/module.js
LP#1666706: add --with-websockets-port configure option
[OpenSRF.git] / src / javascript / tests / module.js
1 dojo.provide("opensrf.tests.module");
2 dojo.require("DojoSRF");
3
4 try{
5         dojo.require("opensrf.tests.testJSON_v1");
6 }catch(e){
7         doh.debug(e);
8 }