Commit ae43589
authored
chore(core): remove debug tmp writes from new generator spec (#35397)
The generate-workspace-files spec wrote each rendered README to
`__dirname/tmp/<preset>-<nxCloud>/README.md` via raw fs, landing inside
the source tree and triggering Nx sandbox violations during `nx test
workspace`. The toMatchSnapshot assertion that followed was always the
real check; the filesystem writes were leftover debug scaffolding from
the bulk README regeneration in #27038.
Also drops the now-unused `fs` and `path` imports.1 parent 4229697 commit ae43589
1 file changed
Lines changed: 0 additions & 8 deletions
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
95 | 93 | | |
96 | 94 | | |
97 | 95 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | 96 | | |
105 | 97 | | |
106 | 98 | | |
| |||
0 commit comments