Skip to content

Commit

Permalink
test: use worker threads (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
spridev authored Mar 30, 2022
1 parent c186dda commit d894c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@aws-sdk/types": "^3.0.0"
},
"scripts": {
"test": "c8 --100 ava --serial --no-worker-threads",
"test": "c8 --100 ava --serial",
"build": "tsc"
}
}
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/aws-lambda": "^8.0.0"
},
"scripts": {
"test": "c8 --100 ava --serial --no-worker-threads",
"test": "c8 --100 ava --serial",
"build": "tsc"
}
}

0 comments on commit d894c61

Please sign in to comment.