mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
- split up services into files under src/service - split up specs into files under test/service - rewrite all specs so that they don't depend on one global forEach - get rid of obsolete code and tests in ng:switch - rename mock $log spec from "$log" to "$log mock"
32 lines
721 B
Text
32 lines
721 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_alias.js
|
|
- src/Angular.js
|
|
- src/JSON.js
|
|
- src/*.js
|
|
- src/service/*.js
|
|
- example/personalLog/*.js
|
|
- test/testabilityPatch.js
|
|
- src/scenario/Scenario.js
|
|
- src/scenario/output/*.js
|
|
- src/scenario/*.js
|
|
- src/angular-mocks.js
|
|
- test/mocks.js
|
|
- test/scenario/*.js
|
|
- test/scenario/output/*.js
|
|
- test/*.js
|
|
- test/service/*.js
|
|
- example/personalLog/test/*.js
|
|
|
|
exclude:
|
|
- src/angular.prefix
|
|
- src/angular.suffix
|
|
- src/angular-bootstrap.js
|
|
- src/AngularPublic.js
|
|
- src/scenario/angular-bootstrap.js
|
|
- test/jquery_remove.js
|
|
|