blob: c8ced595318ad6ebeb1934143ec4262af82cf557 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 | server: http://localhost:9876
load:
  - lib/jasmine-1.0.1/jasmine.js
  - lib/jasmine-jstd-adapter/JasmineAdapter.js
  - lib/jquery/jquery-1.4.2.js
  - test/jquery_remove.js
  - src/Angular.js
  - src/JSON.js
  - src/*.js
  - example/personalLog/*.js
  - test/testabilityPatch.js
  - src/scenario/Scenario.js
  - src/scenario/output/*.js
  - src/scenario/*.js
  - test/angular-mocks.js
  - test/scenario/*.js
  - test/scenario/output/*.js
  - test/*.js
  - example/personalLog/test/*.js
exclude:
  - test/jquery_alias.js
  - src/angular.prefix
  - src/angular.suffix
  - src/angular-bootstrap.js
  - src/scenario/angular-bootstrap.js
  - src/AngularPublic.js
 |