This repository has been archived on 2022-07-06. You can view files and clone it, but cannot push or open issues or pull requests.
jasmine-junit-runner/src/test/javascript/envJsOptions.js

13 lines
283 B
JavaScript

/**
* Basic Envjs options set here (not part of a hack or util)
* See http://www.envjs.com/doc/apis
*/
Envjs({
scriptTypes : {
'': true, //inline and anonymous
'text/javascript': true,
'text/envjs': false
},
appCodeName: 'Mozilla'
});