Skip to content

Commit fd592e9

Browse files
nam-hleclaude
andcommitted
test: update snapshots
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d0153b7 commit fd592e9

14 files changed

+211
-82
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,22 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer copyWithFilter
7676
<Bold><Green>RUN SUCCESSFUL</Green></BoldDim> in <Bold>{duration}</BoldDim>
7777
[log] <Bold>1</BoldDim> task executed
7878
`;
79+
80+
exports[`copyTask > with include and exclude options > copies only matching files 3`] = `
81+
---------- Context -----------
82+
Working Directory: /ROOT/test/__fixtures__/copy-task/__temp__/__{hash}__
83+
Command: /ROOT/nadle.mjs --max-workers 1 --no-footer copyWithFilter
84+
---------- Stdout ------------
85+
[log] <Bold><Cyan>🛠️ Welcome to Nadle {version}!</Cyan></BoldDim>
86+
[log] Using Nadle from /ROOT/lib/index.js
87+
[log] Loaded configuration from /ROOT/test/__fixtures__/copy-task/__temp__/__{hash}__/nadle.config.ts
88+
89+
[log] <Yellow>></Yellow> Task <Bold>copyWithFilter</BoldDim> <Yellow>STARTED</Yellow>
90+
91+
[log] Copy assets/sub/baz.txt -> dist/sub/baz.txt
92+
[log]
93+
<Green>✓</Green> Task <Bold>copyWithFilter</BoldDim> <Green>DONE</Green> <Dim>{duration}</BoldDim>
94+
[log]
95+
<Bold><Green>RUN SUCCESSFUL</Green></BoldDim> in <Bold>{duration}</BoldDim>
96+
[log] <Bold>1</BoldDim> task executed
97+
`;

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

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer deleteJsonFiles --log-level
108108
"listWorkspaces": false,
109109
"project": {
110110
"rootWorkspace": {
111-
"id": "root",
112111
"label": "",
113112
"packageJson": {
114113
"name": "@nadle/internal-nadle-test-fixtures-delete-task",
@@ -124,7 +123,8 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer deleteJsonFiles --log-level
124123
"absolutePath": "/ROOT/test/__fixtures__/delete-task/__temp__/__{hash}__",
125124
"dependencies": [],
126125
"relativePath": ".",
127-
"configFilePath": "/ROOT/test/__fixtures__/delete-task/__temp__/__{hash}__/nadle.config.ts"
126+
"configFilePath": "/ROOT/test/__fixtures__/delete-task/__temp__/__{hash}__/nadle.config.ts",
127+
"id": "root"
128128
},
129129
"workspaces": [],
130130
"packageManager": "npm",
@@ -165,3 +165,21 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer deleteFilesFooBar
165165
<Bold><Green>RUN SUCCESSFUL</Green></BoldDim> in <Bold>{duration}</BoldDim>
166166
[log] <Bold>1</BoldDim> task executed
167167
`;
168+
169+
exports[`deleteTask > given multiple file paths > can delete them 3`] = `
170+
---------- Context -----------
171+
Working Directory: /ROOT/test/__fixtures__/delete-task/__temp__/__{hash}__
172+
Command: /ROOT/nadle.mjs --max-workers 1 --no-footer deleteFilesFooBar
173+
---------- Stdout ------------
174+
[log] <Bold><Cyan>🛠️ Welcome to Nadle {version}!</Cyan></BoldDim>
175+
[log] Using Nadle from /ROOT/lib/index.js
176+
[log] Loaded configuration from /ROOT/test/__fixtures__/delete-task/__temp__/__{hash}__/nadle.config.ts
177+
178+
[log] <Yellow>></Yellow> Task <Bold>deleteFilesFooBar</BoldDim> <Yellow>STARTED</Yellow>
179+
180+
[log]
181+
<Green>✓</Green> Task <Bold>deleteFilesFooBar</BoldDim> <Green>DONE</Green> <Dim>{duration}</BoldDim>
182+
[log]
183+
<Bold><Green>RUN SUCCESSFUL</Green></BoldDim> in <Bold>{duration}</BoldDim>
184+
[log] <Bold>1</BoldDim> task executed
185+
`;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer pass --log-level info
3636
"listWorkspaces": false,
3737
"project": {
3838
"rootWorkspace": {
39-
"id": "root",
4039
"label": "",
4140
"packageJson": {
4241
"name": "@nadle/internal-nadle-test-fixtures-node-task",
@@ -52,7 +51,8 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer pass --log-level info
5251
"absolutePath": "/ROOT/test/__fixtures__/node-task",
5352
"dependencies": [],
5453
"relativePath": ".",
55-
"configFilePath": "/ROOT/test/__fixtures__/node-task/nadle.config.ts"
54+
"configFilePath": "/ROOT/test/__fixtures__/node-task/nadle.config.ts",
55+
"id": "root"
5656
},
5757
"workspaces": [],
5858
"packageManager": "npm",

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

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer pass --log-level info
3636
"listWorkspaces": false,
3737
"project": {
3838
"rootWorkspace": {
39-
"id": "root",
4039
"label": "",
4140
"packageJson": {
4241
"name": "@nadle/internal-nadle-test-fixtures-npm-task",
@@ -52,7 +51,8 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer pass --log-level info
5251
"absolutePath": "/ROOT/test/__fixtures__/npm-task",
5352
"dependencies": [],
5453
"relativePath": ".",
55-
"configFilePath": "/ROOT/test/__fixtures__/npm-task/nadle.config.ts"
54+
"configFilePath": "/ROOT/test/__fixtures__/npm-task/nadle.config.ts",
55+
"id": "root"
5656
},
5757
"workspaces": [],
5858
"packageManager": "npm",
@@ -119,3 +119,29 @@ Found 1 error.
119119
[log]
120120
For more details, re-run the command with the <Yellow>--stacktrace</Yellow> option to display the full error and help identify the root cause.
121121
`;
122+
123+
exports[`npm Task > throw error when running tsc command with error ts file 2`] = `
124+
---------- Context -----------
125+
Working Directory: /ROOT/test/__fixtures__/npm-task
126+
Command: /ROOT/nadle.mjs --max-workers 1 --no-footer fail
127+
---------- Stdout ------------
128+
[log] <Bold><Cyan>🛠️ Welcome to Nadle {version}!</Cyan></BoldDim>
129+
[log] Using Nadle from /ROOT/lib/index.js
130+
[log] Loaded configuration from /ROOT/test/__fixtures__/npm-task/nadle.config.ts
131+
132+
[log] <Yellow>></Yellow> Task <Bold>fail</BoldDim> <Yellow>STARTED</Yellow>
133+
134+
[log] <BrightRed>error</Reset><BrightBlack> TS6053: </Reset>File 'src/nonexistent.ts' not found.
135+
The file is in the program because:
136+
Root file specified for compilation
137+
138+
[log]
139+
Found 1 error.
140+
141+
[log]
142+
<Red>×</Red> Task <Bold>fail</BoldDim> <Red>FAILED</Red> {duration}
143+
[log]
144+
<Bold><Red>RUN FAILED</Red></BoldDim> in <Bold>{duration}</BoldDim> <Dim>(<Bold>0</BoldDim><Dim> task executed, <Bold>1</BoldDim><Dim> task failed)</BoldDim>
145+
[log]
146+
For more details, re-run the command with the <Yellow>--stacktrace</Yellow> option to display the full error and help identify the root cause.
147+
`;

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

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer pass --log-level info
3636
"listWorkspaces": false,
3737
"project": {
3838
"rootWorkspace": {
39-
"id": "root",
4039
"label": "",
4140
"packageJson": {
4241
"name": "@nadle/internal-nadle-test-fixtures-npx-task",
@@ -52,7 +51,8 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer pass --log-level info
5251
"absolutePath": "/ROOT/test/__fixtures__/npx-task",
5352
"dependencies": [],
5453
"relativePath": ".",
55-
"configFilePath": "/ROOT/test/__fixtures__/npx-task/nadle.config.ts"
54+
"configFilePath": "/ROOT/test/__fixtures__/npx-task/nadle.config.ts",
55+
"id": "root"
5656
},
5757
"workspaces": [],
5858
"packageManager": "npm",
@@ -119,3 +119,29 @@ Found 1 error.
119119
[log]
120120
For more details, re-run the command with the <Yellow>--stacktrace</Yellow> option to display the full error and help identify the root cause.
121121
`;
122+
123+
exports[`npx Task > throw error when running tsc command with error ts file 2`] = `
124+
---------- Context -----------
125+
Working Directory: /ROOT/test/__fixtures__/npx-task
126+
Command: /ROOT/nadle.mjs --max-workers 1 --no-footer fail
127+
---------- Stdout ------------
128+
[log] <Bold><Cyan>🛠️ Welcome to Nadle {version}!</Cyan></BoldDim>
129+
[log] Using Nadle from /ROOT/lib/index.js
130+
[log] Loaded configuration from /ROOT/test/__fixtures__/npx-task/nadle.config.ts
131+
132+
[log] <Yellow>></Yellow> Task <Bold>fail</BoldDim> <Yellow>STARTED</Yellow>
133+
134+
[log] <BrightRed>error</Reset><BrightBlack> TS6053: </Reset>File 'src/nonexistent.ts' not found.
135+
The file is in the program because:
136+
Root file specified for compilation
137+
138+
[log]
139+
Found 1 error.
140+
141+
[log]
142+
<Red>×</Red> Task <Bold>fail</BoldDim> <Red>FAILED</Red> {duration}
143+
[log]
144+
<Bold><Red>RUN FAILED</Red></BoldDim> in <Bold>{duration}</BoldDim> <Dim>(<Bold>0</BoldDim><Dim> task executed, <Bold>1</BoldDim><Dim> task failed)</BoldDim>
145+
[log]
146+
For more details, re-run the command with the <Yellow>--stacktrace</Yellow> option to display the full error and help identify the root cause.
147+
`;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer pass --log-level info
3636
"listWorkspaces": false,
3737
"project": {
3838
"rootWorkspace": {
39-
"id": "root",
4039
"label": "",
4140
"packageJson": {
4241
"name": "@nadle/internal-nadle-test-fixtures-pnpm-task",
@@ -52,7 +51,8 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer pass --log-level info
5251
"absolutePath": "/ROOT/test/__fixtures__/pnpm-task",
5352
"dependencies": [],
5453
"relativePath": ".",
55-
"configFilePath": "/ROOT/test/__fixtures__/pnpm-task/nadle.config.ts"
54+
"configFilePath": "/ROOT/test/__fixtures__/pnpm-task/nadle.config.ts",
55+
"id": "root"
5656
},
5757
"workspaces": [],
5858
"packageManager": "npm",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer pass --log-level info
3636
"listWorkspaces": false,
3737
"project": {
3838
"rootWorkspace": {
39-
"id": "root",
4039
"label": "",
4140
"packageJson": {
4241
"name": "@nadle/internal-nadle-test-fixtures-pnpx-task",
@@ -52,7 +51,8 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer pass --log-level info
5251
"absolutePath": "/ROOT/test/__fixtures__/pnpx-task",
5352
"dependencies": [],
5453
"relativePath": ".",
55-
"configFilePath": "/ROOT/test/__fixtures__/pnpx-task/nadle.config.ts"
54+
"configFilePath": "/ROOT/test/__fixtures__/pnpx-task/nadle.config.ts",
55+
"id": "root"
5656
},
5757
"workspaces": [],
5858
"packageManager": "npm",

packages/nadle/test/__snapshots__/features/graceful-cancellation.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Command: /ROOT/nadle.mjs --no-footer main-task --max-workers 2
99
[log] Using Nadle from /ROOT/lib/index.js
1010
[log] Loaded configuration from /ROOT/test/__temp__/__{hash}__/nadle.config.ts
1111
12-
[log] <Yellow>></Yellow> Task <Bold>fail-task</BoldDim> <Yellow>STARTED</Yellow>
13-
1412
[log] <Yellow>></Yellow> Task <Bold>success-task</BoldDim> <Yellow>STARTED</Yellow>
1513
14+
[log] <Yellow>></Yellow> Task <Bold>fail-task</BoldDim> <Yellow>STARTED</Yellow>
15+
1616
[log]
1717
<Red>×</Red> Task <Bold>fail-task</BoldDim> <Red>FAILED</Red> {duration}
1818
[log]

packages/nadle/test/__snapshots__/features/workspaces/workspaces-basic-tasks.test.ts.snap

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,40 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer --list
2424
exports[`workspaces basic tasks > when running a task from a workspace > with specifying workspace explicitly > when the task is defined in the workspace > should run the that task 1`] = `
2525
---------- Context -----------
2626
Working Directory: /ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__/packages/one
27+
Command: /ROOT/nadle.mjs --max-workers 1 --no-footer root:build
28+
---------- Stdout ------------
29+
[log] <Bold><Cyan>🛠️ Welcome to Nadle {version}!</Cyan></BoldDim>
30+
[log] Using Nadle from /ROOT/lib/index.js
31+
[log] Loaded configuration from /ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__/nadle.config.ts and 3 other(s) files
32+
33+
[log] <Yellow>></Yellow> Task <Bold>packages:one:build</BoldDim> <Yellow>STARTED</Yellow>
34+
35+
Build one
36+
[log]
37+
<Green>✓</Green> Task <Bold>packages:one:build</BoldDim> <Green>DONE</Green> <Dim>{duration}</BoldDim>
38+
[log] <Yellow>></Yellow> Task <Bold>packages:three:build</BoldDim> <Yellow>STARTED</Yellow>
39+
40+
Build three
41+
[log]
42+
<Green>✓</Green> Task <Bold>packages:three:build</BoldDim> <Green>DONE</Green> <Dim>{duration}</BoldDim>
43+
[log] <Yellow>></Yellow> Task <Bold>packages:two:build</BoldDim> <Yellow>STARTED</Yellow>
44+
45+
Build two
46+
[log]
47+
<Green>✓</Green> Task <Bold>packages:two:build</BoldDim> <Green>DONE</Green> <Dim>{duration}</BoldDim>
48+
[log] <Yellow>></Yellow> Task <Bold>build</BoldDim> <Yellow>STARTED</Yellow>
49+
50+
Build root
51+
[log]
52+
<Green>✓</Green> Task <Bold>build</BoldDim> <Green>DONE</Green> <Dim>{duration}</BoldDim>
53+
[log]
54+
<Bold><Green>RUN SUCCESSFUL</Green></BoldDim> in <Bold>{duration}</BoldDim>
55+
[log] <Bold>4</BoldDim> tasks executed
56+
`;
57+
58+
exports[`workspaces basic tasks > when running a task from a workspace > with specifying workspace explicitly > when the task is defined in the workspace > should run the that task 2`] = `
59+
---------- Context -----------
60+
Working Directory: /ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__/packages/one
2761
Command: /ROOT/nadle.mjs --max-workers 1 --no-footer packages:two:build
2862
---------- Stdout ------------
2963
[log] <Bold><Cyan>🛠️ Welcome to Nadle {version}!</Cyan></BoldDim>
@@ -40,7 +74,7 @@ Build two
4074
[log] <Bold>1</BoldDim> task executed
4175
`;
4276

43-
exports[`workspaces basic tasks > when running a task from a workspace > with specifying workspace explicitly > when the task is defined in the workspace > should run the that task 2`] = `
77+
exports[`workspaces basic tasks > when running a task from a workspace > with specifying workspace explicitly > when the task is defined in the workspace > should run the that task 3`] = `
4478
---------- Context -----------
4579
Working Directory: /ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__/packages/one
4680
Command: /ROOT/nadle.mjs --max-workers 1 --no-footer root:build
@@ -163,19 +197,19 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer build
163197
Build one
164198
[log]
165199
<Green>✓</Green> Task <Bold>packages:one:build</BoldDim> <Green>DONE</Green> <Dim>{duration}</BoldDim>
200+
Build three
166201
[log] <Yellow>></Yellow> Task <Bold>packages:three:build</BoldDim> <Yellow>STARTED</Yellow>
167202
168-
Build three
169203
[log]
170204
<Green>✓</Green> Task <Bold>packages:three:build</BoldDim> <Green>DONE</Green> <Dim>{duration}</BoldDim>
171205
[log] <Yellow>></Yellow> Task <Bold>packages:two:build</BoldDim> <Yellow>STARTED</Yellow>
172206
173207
Build two
174208
[log]
175209
<Green>✓</Green> Task <Bold>packages:two:build</BoldDim> <Green>DONE</Green> <Dim>{duration}</BoldDim>
210+
Build root
176211
[log] <Yellow>></Yellow> Task <Bold>build</BoldDim> <Yellow>STARTED</Yellow>
177212
178-
Build root
179213
[log]
180214
<Green>✓</Green> Task <Bold>build</BoldDim> <Green>DONE</Green> <Dim>{duration}</BoldDim>
181215
[log]

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer --show-config --config-key
77
---------- Stdout ------------
88
[log] {
99
"rootWorkspace": {
10-
"id": "root",
1110
"label": "",
1211
"packageJson": {
1312
"name": "root",
@@ -16,7 +15,8 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer --show-config --config-key
1615
"absolutePath": "/ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__",
1716
"dependencies": [],
1817
"relativePath": ".",
19-
"configFilePath": "/ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__/nadle.config.ts"
18+
"configFilePath": "/ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__/nadle.config.ts",
19+
"id": "root"
2020
},
2121
"packageManager": "pnpm",
2222
"currentWorkspaceId": "root",
@@ -65,7 +65,6 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer --show-config --config-key
6565
---------- Stdout ------------
6666
[log] {
6767
"rootWorkspace": {
68-
"id": "root",
6968
"label": "",
7069
"packageJson": {
7170
"name": "root",
@@ -74,7 +73,8 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer --show-config --config-key
7473
"absolutePath": "/ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__",
7574
"dependencies": [],
7675
"relativePath": ".",
77-
"configFilePath": "/ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__/nadle.config.ts"
76+
"configFilePath": "/ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__/nadle.config.ts",
77+
"id": "root"
7878
},
7979
"packageManager": "pnpm",
8080
"currentWorkspaceId": "root",
@@ -123,7 +123,6 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer --config config/nadle.confi
123123
---------- Stdout ------------
124124
[log] {
125125
"rootWorkspace": {
126-
"id": "root",
127126
"label": "",
128127
"packageJson": {
129128
"name": "root",
@@ -132,7 +131,8 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer --config config/nadle.confi
132131
"absolutePath": "/ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__",
133132
"dependencies": [],
134133
"relativePath": ".",
135-
"configFilePath": "/ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__/config/nadle.config.js"
134+
"configFilePath": "/ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__/config/nadle.config.js",
135+
"id": "root"
136136
},
137137
"packageManager": "pnpm",
138138
"currentWorkspaceId": "root",
@@ -159,7 +159,6 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer --show-config --config-key
159159
---------- Stdout ------------
160160
[log] {
161161
"rootWorkspace": {
162-
"id": "root",
163162
"label": "",
164163
"packageJson": {
165164
"name": "root",
@@ -168,7 +167,8 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer --show-config --config-key
168167
"absolutePath": "/ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__",
169168
"dependencies": [],
170169
"relativePath": ".",
171-
"configFilePath": "/ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__/nadle.config.ts"
170+
"configFilePath": "/ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__/nadle.config.ts",
171+
"id": "root"
172172
},
173173
"packageManager": "pnpm",
174174
"currentWorkspaceId": "root",
@@ -206,7 +206,6 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer --show-config --config-key
206206
---------- Stdout ------------
207207
[log] {
208208
"rootWorkspace": {
209-
"id": "root",
210209
"label": "",
211210
"packageJson": {
212211
"name": "root",
@@ -215,7 +214,8 @@ Command: /ROOT/nadle.mjs --max-workers 1 --no-footer --show-config --config-key
215214
"absolutePath": "/ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__",
216215
"dependencies": [],
217216
"relativePath": ".",
218-
"configFilePath": "/ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__/nadle.config.ts"
217+
"configFilePath": "/ROOT/test/__fixtures__/monorepo/__temp__/__{hash}__/nadle.config.ts",
218+
"id": "root"
219219
},
220220
"packageManager": "pnpm",
221221
"currentWorkspaceId": "root",

0 commit comments

Comments
 (0)