Skip to content

Commit

Permalink
chore: move jest configuration to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SauravMaheshkar authored and corker committed Apr 15, 2023
1 parent 1ea023b commit 9bbed0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
5 changes: 0 additions & 5 deletions jest.config.js

This file was deleted.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,13 @@
},
"prettier": {
"printWidth": 100,
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
}
}

0 comments on commit 9bbed0d

Please sign in to comment.