8000 WIP: add E2E test suite unrelated to docs examples by caitp · Pull Request #9557 · angular/angular.js · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

WIP: add E2E test suite unrelated to docs examples #9557

Closed
wants to merge 14 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(package.json): add cheerio dependency
It's tinier than jsdom, and seems to work okay for generating the fixtures.
  • Loading branch information
caitp committed Oct 20, 2014
commit edd23468a64607aeb51dece65ac66c7d1b6b98be
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"semver": "~4.0.3",
"shelljs": "~0.3.0",
"sorted-object": "^1.0.0",
"stringmap": "^0.2.2"
"stringmap": "^0.2.2",
"cheerio": "^0.17.0"
},
"licenses": [
{
Expand Down
0