Skip to content

Commit

Permalink
Chore(deps): Bump mocha and update test, samples scripts
Browse files Browse the repository at this point in the history
Change find command to regex pattern
  • Loading branch information
mertssmnoglu committed Feb 7, 2024
1 parent a324a43 commit fa654ce
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "iyzipay api node.js client",
"main": "lib/Iyzipay.js",
"scripts": {
"test": "mocha $(find test -name '*Test.js')",
"samples": "mocha $(find samples -name '*Samples.js')",
"test": "mocha test/**/*Test.js",
"samples": "mocha samples/**/*Samples.js",
"cover": "istanbul cover _mocha",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
Expand Down Expand Up @@ -39,9 +39,8 @@
"async": "^1.5.2",
"coveralls": "^2.11.6",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"mocha": "^10.2.0",
"mocha-lcov-reporter": "^1.0.0",
"should": "^8.2.1",
"supertest": "^1.1.0"
"should": "^8.2.1"
}
}

0 comments on commit fa654ce

Please sign in to comment.