Skip to content

Commit

Permalink
fix: attempt to fix test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Dec 13, 2023
1 parent da9e29c commit 0f8a56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"serve": "mm-snap serve",
"start": "mm-snap watch --transpilationMode=localAndDeps",
"pretest": "npm run build",
"test": "jest"
"test": "jest --runInBand"
},
"release": {
"branches": [
Expand Down

0 comments on commit 0f8a56a

Please sign in to comment.