mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
- jstd upgrade to head from 2010-11-11 - coverage plugin from the same head as jstd - test-coverage.sh and server-coverage.sh scripts - jstd configuration Generate html by installing lconv (brew or port) and run: genhtml tmp/lcov/jsTestDriver.conf-coverage.dat to generate html docs.
34 lines
791 B
Text
34 lines
791 B
Text
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
|
|
|
|
plugin:
|
|
- name: "coverage"
|
|
jar: "lib/jstestdriver/coverage.jar"
|
|
module: "com.google.jstestdriver.coverage.CoverageModule"
|
|
|