Skip to content

Commit

Permalink
build: add missing dep in test to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and dgp1130 committed Apr 2, 2024
1 parent 9bb6ea0 commit 97da8ba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@angular/compiler-cli": "^17.0.4",
"@types/express": "^4.17.17",
"@types/jasmine": "~4.3.0",
"@types/mime": "^3.0.0",
"@types/node": "^18.18.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
Expand All @@ -44,4 +45,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.2.2"
}
}
}

0 comments on commit 97da8ba

Please sign in to comment.