blob: 014c2cc9281dbebf4b92f7246cb0fd59706589d5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
var $runner = new angular.scenario.Runner(window),
config = angularJsConfig(document);
if (config.autotest) {
jqLiteWrap(document).ready(function() {
angular.scenario.setUpAndRun(config);
});
}
})(window, document);
|