Skip to content

Commit dfb9f37

Browse files
committed
test: update snapshots for task execution logs and context 2
1 parent 4ac6a0b commit dfb9f37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/nadle/test/__snapshots__/builtin-tasks/pnpm-task.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer pass --log-level info
6464
[info] Detected environments: { CI: false, TEST: true }
6565
[info] Execution started
6666
[info] Scheduled tasks: root:pass
67-
[info] Running pnpm command: pnpm exec tsc ./src/pass.ts --noEmit --pretty
6867
[log] <Yellow>></Yellow> Task <Bold>pass</BoldDim> <Yellow>STARTED</Yellow>
6968
69+
[info] Running pnpm command: pnpm exec tsc ./src/pass.ts --noEmit --pretty
7070
[info] pnpm command completed successfully.
7171
[log]
7272
<Green>✓</Green> Task <Bold>pass</BoldDim> <Green>DONE</Green> <Dim>{duration}</BoldDim>

packages/nadle/test/__snapshots__/features/workspaces/workspaces-alias.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer build
1414
Build one
1515
[log]
1616
<Green>✓</Green> Task <Bold>packages:one:build</BoldDim> <Green>DONE</Green> <Dim>{duration}</BoldDim>
17-
Build two
1817
[log] <Yellow>></Yellow> Task <Bold>two:build</BoldDim> <Yellow>STARTED</Yellow>
1918
19+
Build two
2020
[log]
2121
<Green>✓</Green> Task <Bold>two:build</BoldDim> <Green>DONE</Green> <Dim>{duration}</BoldDim>
22+
Build root
2223
[log] <Yellow>></Yellow> Task <Bold>build</BoldDim> <Yellow>STARTED</Yellow>
2324
24-
Build root
2525
[log]
2626
<Green>✓</Green> Task <Bold>build</BoldDim> <Green>DONE</Green> <Dim>{duration}</BoldDim>
2727
[log]

0 commit comments

Comments
 (0)