Skip to content

Commit 07874f4

Browse files
test(integration): Wire up angular v5 e2e tests in 'npm run test:downstream'
1 parent 62f8ee2 commit 07874f4

24 files changed

+7
-7171
lines changed

downstream_projects.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
2-
"sample-app-angular": "https://github.com/ui-router/sample-app-angular.git",
2+
"angular-version-v5": "./test/angular-versions/v5",
33
"typescript2.3": "./test/ts/typescript2.3",
44
"typescript2.4": "./test/ts/typescript2.4",
55
"typescript2.5": "./test/ts/typescript2.5",
6-
"typescript2.6": "./test/ts/typescript2.6"
6+
"typescript2.6": "./test/ts/typescript2.6",
7+
"typescript2.7": "./test/ts/typescript2.7",
8+
"typescript2.8": "./test/ts/typescript2.8",
9+
"sample-app-angular": "https://github.com/ui-router/sample-app-angular.git"
710
}
File renamed without changes.

test/integration/angularV5/package.json renamed to test/angular-versions/v5/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"@angular/router": "^5.0.0",
2424
"@uirouter/angular": "^1.1.0",
2525
"core-js": "^2.4.1",
26-
"rxjs": "^5.5.2",
26+
"rxjs": "^6.1.0",
27+
"rxjs-compat": "^6.1.0",
2728
"zone.js": "^0.8.14"
2829
},
2930
"devDependencies": {

0 commit comments

Comments
 (0)