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. |
||
|---|---|---|
| .. | ||
| async_pipe_spec.ts | ||
| date_pipe_spec.ts | ||
| i18n_plural_pipe_spec.ts | ||
| i18n_select_pipe_spec.ts | ||
| json_pipe_spec.ts | ||
| lowercase_pipe_spec.ts | ||
| number_pipe_spec.ts | ||
| pipe_binding_spec.ts | ||
| pipes_spec.ts | ||
| replace_pipe_spec.ts | ||
| slice_pipe_spec.ts | ||
| uppercase_pipe_spec.ts | ||