Skip to content

Commit

Permalink
#25 Remove unused jest stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Peyton-McKee committed Sep 14, 2023
1 parent d826846 commit bb1b04c
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 11 deletions.
71 changes: 70 additions & 1 deletion package-lock.json

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

10 changes: 0 additions & 10 deletions scylla-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,5 @@
"@types/jest": "^29.5.4",
"@types/ws": "^8.5.5",
"prisma": "^5.2.0"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"transform": {
"node_modules/variables/.+\\.(j|t)sx?$": "ts-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!variables/.*)"
]
}
}

0 comments on commit bb1b04c

Please sign in to comment.