Skip to content

Commit

Permalink
feat: add smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
umpox committed Mar 21, 2022
1 parent 0c2b208 commit 27a56fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-functionality/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const handler = async () => {
* https://github.com/facebook/jest/issues/5048
*/
const start = async () => {
await execa('yarn jest', ['--runInBand'], {
await execa('jest', ['--runInBand'], {
cwd: __dirname,
shell: true,
stdio: 'inherit',
Expand Down

0 comments on commit 27a56fd

Please sign in to comment.