Skip to content

Commit

Permalink
feat: test core and thorest modules onlu
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanicoladebiasi committed Jan 21, 2025
1 parent 629c51b commit 5851807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test:integration:solo": "(yarn start-thor-solo && yarn test:integration && yarn stop-thor-solo) || yarn stop-thor-solo",
"test:examples": "turbo test:examples",
"test:examples:solo": "(yarn start-thor-solo && yarn test:examples && yarn stop-thor-solo) || yarn stop-thor-solo",
"test": "turbo test --force --filter='packages/thorest' && yarn merge-coverage",
"test": "turbo test --force --filter='packages/core' --filter='packages/thorest' && yarn merge-coverage",
"test:browser": "turbo test:browser --force && yarn merge-coverage",
"test:solo": "(yarn start-thor-solo && yarn test && yarn stop-thor-solo) || yarn stop-thor-solo",
"test:browser:solo": "(yarn start-thor-solo && yarn test:browser && yarn stop-thor-solo) || yarn stop-thor-solo",
Expand Down

0 comments on commit 5851807

Please sign in to comment.