Skip to content

Commit ab17732

Browse files
committed
test: install plugin in fixture directory
1 parent 2a2ad76 commit ab17732

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

tests/fixtures/angular-21/package-lock.json

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/fixtures/angular-21/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"@angular/platform-server": "^21.0.0-next.0",
3333
"@angular/router": "^21.0.0-next.0",
3434
"@angular/ssr": "^21.0.0-rc.1",
35+
"@netlify/angular-runtime": "file:../../..",
3536
"express": "^5.1.0",
3637
"rxjs": "~7.8.0",
3738
"tslib": "^2.3.0"
@@ -46,4 +47,4 @@
4647
"typescript": "~5.9.2",
4748
"vitest": "^4.0.0"
4849
}
49-
}
50+
}

0 commit comments

Comments
 (0)