Add jstd-scenario-adapter so we can run e2e tests with JsTD
[angular-drzb] / config / jsTestDriver.conf
1 server: http://localhost:9876
2
3 load:
4   - test/lib/jasmine/jasmine.js
5   - test/lib/jasmine-jstd-adapter/JasmineAdapter.js
6   - app/lib/angular/angular.js
7   - test/lib/angular/angular-mocks.js
8   - app/js/*.js
9   - test/unit/*.js
10
11 exclude:
12