Skip to content

Commit

Permalink
fix: attempt to fix unit tests (#525)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler <tyler@Tylers-MacBook-Pro.local>
  • Loading branch information
DecathectZero and Tyler committed May 22, 2024
1 parent d444802 commit b0c1aba
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 9 deletions.
3 changes: 2 additions & 1 deletion packages/alexa-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"lint:prettier": "yarn g:prettier --check",
"test": "yarn g:run-p -c test:dependencies test:types",
"test:dependencies": "yarn g:depcruise",
"test:types": "yarn g:tsc --noEmit"
"test:types": "yarn g:tsc --noEmit",
"test:unit": ""
},
"dependencies": {
"@voiceflow/base-types": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion packages/base-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"lint:prettier": "yarn g:prettier --check",
"test": "yarn g:run-p -c test:dependencies test:types",
"test:dependencies": "yarn g:depcruise",
"test:types": "yarn g:tsc --noEmit"
"test:types": "yarn g:tsc --noEmit",
"test:unit": ""
},
"dependencies": {
"@voiceflow/common": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion packages/chat-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"lint:prettier": "yarn g:prettier --check",
"test": "yarn g:run-p -c test:dependencies test:types",
"test:dependencies": "yarn g:depcruise",
"test:types": "yarn g:tsc --noEmit"
"test:types": "yarn g:tsc --noEmit",
"test:unit": ""
},
"dependencies": {
"@voiceflow/base-types": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion packages/exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"lint:prettier": "yarn g:prettier --check",
"test": "yarn g:run-p -c test:dependencies test:types",
"test:dependencies": "yarn g:depcruise",
"test:types": "yarn g:tsc --noEmit"
"test:types": "yarn g:tsc --noEmit",
"test:unit": ""
},
"volta": {
"extends": "../../package.json"
Expand Down
3 changes: 2 additions & 1 deletion packages/google-dfes-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"lint:prettier": "yarn g:prettier --check",
"test": "yarn g:run-p -c test:dependencies test:types",
"test:dependencies": "yarn g:depcruise",
"test:types": "yarn g:tsc --noEmit"
"test:types": "yarn g:tsc --noEmit",
"test:unit": ""
},
"dependencies": {
"@voiceflow/base-types": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion packages/google-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"lint:prettier": "yarn g:prettier --check",
"test": "yarn g:run-p -c test:dependencies test:types",
"test:dependencies": "yarn g:depcruise",
"test:types": "yarn g:tsc --noEmit"
"test:types": "yarn g:tsc --noEmit",
"test:unit": ""
},
"dependencies": {
"@voiceflow/base-types": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion packages/nestjs-rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"lint:prettier": "yarn g:prettier --check",
"test": "yarn g:run-p -c test:dependencies test:types",
"test:dependencies": "yarn g:depcruise",
"test:types": "yarn g:tsc --noEmit"
"test:types": "yarn g:tsc --noEmit",
"test:unit": ""
},
"dependencies": {
"rate-limiter-flexible": "2.3.6"
Expand Down
3 changes: 2 additions & 1 deletion packages/voice-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"lint:prettier": "yarn g:prettier --check",
"test": "yarn g:run-p -c test:dependencies test:types",
"test:dependencies": "yarn g:depcruise",
"test:types": "yarn g:tsc --noEmit"
"test:types": "yarn g:tsc --noEmit",
"test:unit": ""
},
"dependencies": {
"@voiceflow/base-types": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion packages/voiceflow-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"lint:prettier": "yarn g:prettier --check",
"test": "yarn g:run-p -c test:dependencies test:types",
"test:dependencies": "yarn g:depcruise",
"test:types": "yarn g:tsc --noEmit"
"test:types": "yarn g:tsc --noEmit",
"test:unit": ""
},
"dependencies": {
"@voiceflow/base-types": "workspace:*",
Expand Down

0 comments on commit b0c1aba

Please sign in to comment.