aboutsummaryrefslogtreecommitdiffstats
path: root/jsTestDriver.conf
blob: 21851c990287f05c256572944e53f9109a99f11e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
server: http://localhost:9876

load:
  - lib/jasmine/jasmine-0.10.1.js
  - lib/jasmine-jstd-adapter/JasmineAdapter.js
  - lib/webtoolkit/webtoolkit.base64.js
#  - lib/jquery/jquery-1.4.2.js
#  - lib/underscore/underscore.js
  - src/Angular.js
  - src/*.js
  - src/scenario/_namespace.js
  - src/scenario/*.js
  - test/testabilityPatch.js
  - test/scenario/*.js
  - test/*.js

exclude:
  - src/angular.prefix
  - src/angular.suffix
  - src/angular-bootstrap.js