Skip to content

Commit

Permalink
hotfix; maybe fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampiiiii committed Apr 25, 2024
1 parent ef76f77 commit b4162bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions apps/anvil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"handlebars": "^4.7.8",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"jsx-email": "^1.10.12",
"jsx-email": "1.10.12",
"ldapjs": "^3.0.7",
"ms": "^2.1.3",
"nest-winston": "^1.9.4",
Expand All @@ -65,7 +65,7 @@
"passport-jwt": "^4.0.1",
"passport-ldapauth": "^3.0.1",
"react": "^18.2.0",
"react-email": "^1.10.1",
"react-email": "1.10.1",
"reflect-metadata": "^0.1.14",
"rxjs": "^7.8.1",
"tailwindcss": "^3.4.3",
Expand Down Expand Up @@ -105,19 +105,13 @@
"typescript": "^5.4.5"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": "src",
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"collectCoverageFrom": ["**/*.(t|j)s"],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4162bf

Please sign in to comment.