We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2b208 commit 27a56fdCopy full SHA for 27a56fd
1 file changed
packages/web-functionality/src/index.ts
@@ -14,7 +14,7 @@ const handler = async () => {
14
* https://github.com/facebook/jest/issues/5048
15
*/
16
const start = async () => {
17
- await execa('yarn jest', ['--runInBand'], {
+ await execa('jest', ['--runInBand'], {
18
cwd: __dirname,
19
shell: true,
20
stdio: 'inherit',
0 commit comments