build(aio): upgrade sample package.json files to jasmine@~2.8.0 (#20165)

- Update tooling to support revised testing guide (PR #20697).
- Require jasmine upgrade for examples that use marble testing.
- Copy `cli/package.json` to `testing/` and add `jasmine-marbles`.
- Resolve merge conflicts created by `NgModules` guides.

PR Close #20165
This commit is contained in:
Ward Bell
2018-01-17 15:22:08 -08:00
committed by Miško Hevery
parent 0cbccc06dd
commit 6d9fcd62de
7 changed files with 73 additions and 50 deletions

View File

@ -7,12 +7,11 @@
{ "name": "lint", "command": "ng lint" },
{ "name": "e2e", "command": "ng e2e" }
],
"dependencies": [
"web-animations-js"
],
"dependencies": [],
"devDependencies": [
"@angular/cli",
"@types/jasminewd2",
"jasmine-spec-reporter",
"karma-coverage-istanbul-reporter",
"ts-node"
]