Skip to content

Commit d6acac1

Browse files
committed
fixup! build: run integration tests in sandbox and with RBE
Add missing dep
1 parent ac11b69 commit d6acac1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

integration/ng-update-v13/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@angular/compiler-cli": "file:../../node_modules/@angular/compiler-cli",
3131
"@types/jasmine": "~3.9.0",
3232
"@types/node": "^12.11.1",
33+
"diff": "^5.0.0",
3334
"glob": "^7.2.0",
3435
"jasmine-core": "~3.9.0",
3536
"karma": "~6.3.0",

integration/ng-update-v13/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2735,6 +2735,11 @@ di@^0.0.1:
27352735
resolved "https://registry.yarnpkg.com/di/-/di-0.0.1.tgz#806649326ceaa7caa3306d75d985ea2748ba913c"
27362736
integrity sha1-gGZJMmzqp8qjMG112YXqJ0i6kTw=
27372737

2738+
diff@^5.0.0:
2739+
version "5.0.0"
2740+
resolved "https://registry.yarnpkg.com/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b"
2741+
integrity sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==
2742+
27382743
dir-glob@^3.0.1:
27392744
version "3.0.1"
27402745
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"

0 commit comments

Comments
 (0)