diff --git a/packages/web-functionality/src/index.ts b/packages/web-functionality/src/index.ts index 1de018d5b..3e59e371d 100755 --- a/packages/web-functionality/src/index.ts +++ b/packages/web-functionality/src/index.ts @@ -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',