File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module . exports = {
22 testEnvironment : 'node' ,
33 collectCoverage : false ,
4- coverageDirectory : 'coverage' ,
54 testMatch : [ '**/*.test.js' ] ,
65 verbose : true
76} ;
Original file line number Diff line number Diff line change 1010 "scripts" : {
1111 "start" : " node index.js" ,
1212 "dev" : " nodemon index.js" ,
13- "test" : " jest"
13+ "test" : " npx jest"
1414 },
1515 "keywords" : [
1616 " commission" ,
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"
You can’t perform that action at this time.
0 commit comments