Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sadabnepal committed Jun 29, 2023
1 parent bc22c10 commit 5ef55ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "export ENV=test&&mocha --timeout 30000 --reporter mochawesome --reporter-options reportDir=report --reporter-options charts=true --reporter-options code=false -r ts-node/register test/specs/**.ts",
"super:test": "export ENV=test&&mocha --timeout 30000 --reporter mochawesome --reporter-options reportDir=report --reporter-options charts=true --reporter-options code=false -r ts-node/register test/specs/supertest.spec.ts",
"axios:test": "export ENV=test&&mocha --timeout 30000 --reporter mochawesome --reporter-options reportDir=report --reporter-options charts=true --reporter-options code=false -r ts-node/register test/specs/axios.spec.ts"
"test": "export ENV=test&&mocha --timeout 30000 --reporter mochawesome --reporter-options reportDir=report,charts=true,code=false -r ts-node/register test/specs/**.ts",
"super:test": "export ENV=test&&mocha --timeout 30000 --reporter mochawesome --reporter-options reportDir=report,charts=true,code=false -r ts-node/register test/specs/supertest.spec.ts",
"axios:test": "export ENV=test&&mocha --timeout 30000 --reporter mochawesome --reporter-options reportDir=report,charts=true,code=false -r ts-node/register test/specs/axios.spec.ts"
},
"keywords": [],
"author": "",
Expand All @@ -30,4 +30,4 @@
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
}
}
}

0 comments on commit 5ef55ca

Please sign in to comment.