Skip to content

Commit 27a56fd

Browse files
committed
feat: add smoke tests
1 parent 0c2b208 commit 27a56fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web-functionality/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const handler = async () => {
1414
* https://github.com/facebook/jest/issues/5048
1515
*/
1616
const start = async () => {
17-
await execa('yarn jest', ['--runInBand'], {
17+
await execa('jest', ['--runInBand'], {
1818
cwd: __dirname,
1919
shell: true,
2020
stdio: 'inherit',

0 commit comments

Comments
 (0)