Skip to content

Commit 97da8ba

Browse files
alan-agius4dgp1130
authored andcommitted
build: add missing dep in test to fix CI
1 parent 9bb6ea0 commit 97da8ba

File tree

1 file changed

+2
-1
lines changed
  • tests/legacy-cli/e2e/assets/17-ssr-project-webpack

1 file changed

+2
-1
lines changed

tests/legacy-cli/e2e/assets/17-ssr-project-webpack/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@angular/compiler-cli": "^17.0.4",
3636
"@types/express": "^4.17.17",
3737
"@types/jasmine": "~4.3.0",
38+
"@types/mime": "^3.0.0",
3839
"@types/node": "^18.18.0",
3940
"jasmine-core": "~4.6.0",
4041
"karma": "~6.4.0",
@@ -44,4 +45,4 @@
4445
"karma-jasmine-html-reporter": "~2.1.0",
4546
"typescript": "~5.2.2"
4647
}
47-
}
48+
}

0 commit comments

Comments
 (0)