Skip to content

Commit da9b1ae

Browse files
committed
Update package.json and jest.config.js
1 parent 0e24a91 commit da9b1ae

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = {
22
testEnvironment: 'node',
33
collectCoverage: false,
4-
coverageDirectory: 'coverage',
54
testMatch: ['**/*.test.js'],
65
verbose: true
76
};

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"start": "node index.js",
1212
"dev": "nodemon index.js",
13-
"test": "jest"
13+
"test": "npx jest"
1414
},
1515
"keywords": [
1616
"commission",
@@ -33,13 +33,16 @@
3333
"jest": "^30.2.0",
3434
"nodemon": "^3.0.1",
3535
"supertest": "^7.1.4",
36-
"express-session": "^1.17.3"
37-
,"memorystore": "^1.6.7"
36+
"express-session": "^1.17.3",
37+
"memorystore": "^1.6.7"
3838
},
3939
"repository": {
4040
"type": "git",
4141
"url": "https://github.com/DangoWeb/CommTrackr.git"
4242
},
43+
"bugs": {
44+
"url": "https://github.com/DangoWeb/CommTrackr/issues"
45+
},
4346
"publishConfig": {
4447
"access": "public",
4548
"tag": "latest"

0 commit comments

Comments
 (0)