Skip to content

Commit

Permalink
chore: remove jest setup
Browse files Browse the repository at this point in the history
  • Loading branch information
connorlindsey committed Jan 24, 2024
1 parent 8e184bb commit 2d4cc59
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 3,451 deletions.
12 changes: 0 additions & 12 deletions jest.config.js

This file was deleted.

6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,14 @@
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "tslint -p tsconfig.json -c tslint.json",
"test": "jest",
"test:watch": "jest --watch",
"prettier": "prettier \"src/**/*.{js,ts,tsx}\" --check",
"format": "prettier \"src/**/*.{js,ts,tsx}\" --write",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/jest": "26.0.23",
"@types/node": "^15.0.1",
"@types/pluralize": "0.0.29",
"jest": "26.6.3",
"prettier": "2.2.1",
"supertest": "6.1.3",
"ts-jest": "26.5.5",
"tslint": "6.1.3",
"typescript": "^5.3.3"
},
Expand Down
Loading

0 comments on commit 2d4cc59

Please sign in to comment.