Skip to content

Commit b82124b

Browse files
committed
watchAll snap
1 parent affe24c commit b82124b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/__tests__/__snapshots__/init.install.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exports[`cmds:install - with initialized workspace and module installs a module
2929
"scripts": {
3030
"lint": "eslint . --fix",
3131
"test": "jest",
32-
"test:watch": "jest --watch",
32+
"test:watch": "jest --watchAll",
3333
},
3434
"version": "0.0.1",
3535
}
@@ -168,7 +168,7 @@ exports[`cmds:install - with initialized workspace and module installs two modul
168168
"scripts": {
169169
"lint": "eslint . --fix",
170170
"test": "jest",
171-
"test:watch": "jest --watch",
171+
"test:watch": "jest --watchAll",
172172
},
173173
"version": "0.0.1",
174174
}

0 commit comments

Comments
 (0)