mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Instead of running with karma and the karma-dart shim, run dart tests directly using the new package:test runner. This migrates away from package:unittest. Fixes a couple tests, mostly associated with depending on absolute URLs or editing the test providers after an injector had already been created. Remove karma-dart and associated files. Change gupfiles to run tests via `pub run test` instead. |
||
|---|---|---|
| .. | ||
| message_bus_spec.ts | ||
| message_bus_util.dart | ||
| message_bus_util.ts | ||
| mock_event_emitter.dart | ||
| mock_event_emitter.ts | ||
| render_store_spec.ts | ||
| service_message_broker_spec.ts | ||
| web_worker_test_util.ts | ||