Skip to content

Commit

Permalink
Update test case cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jinalviranii committed Sep 9, 2024
1 parent d7eb41a commit c3aea7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"@nestjs/platform-express": "^10.4.1",
"axios": "^1.6.4",
"crypto-js": "^4.2.0",
"jsonwebtoken": "^9.0.2",
Expand All @@ -17,7 +18,6 @@
"@babel/register": "^7.22.15",
"@fastify/cookie": "^9.2.0",
"@gofynd/fdk-client-javascript": "^1.1.0",
"@nestjs/platform-express": "^10.4.1",
"@nestjs/testing": "^10.3.0",
"axios-mock-adapter": "^1.18.1",
"body-parser": "^1.19.0",
Expand Down Expand Up @@ -74,7 +74,7 @@
"example": "examples"
},
"scripts": {
"test": "./node_modules/.bin/nyc node spec.js",
"test": "npx nyc node spec.js",
"generate-types": "rm -rf types && tsc"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions types/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"@nestjs/platform-express": "^10.4.1",
"axios": "^1.6.4",
"crypto-js": "^4.2.0",
"jsonwebtoken": "^9.0.2",
Expand All @@ -17,7 +18,6 @@
"@babel/register": "^7.22.15",
"@fastify/cookie": "^9.2.0",
"@gofynd/fdk-client-javascript": "^1.1.0",
"@nestjs/platform-express": "^10.4.1",
"@nestjs/testing": "^10.3.0",
"axios-mock-adapter": "^1.18.1",
"body-parser": "^1.19.0",
Expand Down Expand Up @@ -74,7 +74,7 @@
"example": "examples"
},
"scripts": {
"test": "./node_modules/.bin/nyc node spec.js",
"test": "npx nyc node spec.js",
"generate-types": "rm -rf types && tsc"
},
"repository": {
Expand Down

0 comments on commit c3aea7e

Please sign in to comment.