Skip to content

Commit 72030a0

Browse files
committed
test(cli): serialize nested task snapshots
1 parent 76d1912 commit 72030a0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/cli/snap-tests/plain-terminal-ui-nested/steps.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"env": {
33
"VP_CLI_TEST": "0"
44
},
5+
"serial": true,
56
"commands": [
67
"vp run hello",
78
"echo 'console.log(123)' > a.ts",

packages/cli/snap-tests/plain-terminal-ui/steps.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"env": {
33
"VP_CLI_TEST": "0"
44
},
5+
"serial": true,
56
"commands": [
67
"FOO=1 vp run hello",
78
"FOO=1 vp run hello # hit cache",

0 commit comments

Comments
 (0)