Skip to content

Commit 8a056c4

Browse files
Update packages/core/src/test/techdebt.test.ts
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent f6d8b09 commit 8a056c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/techdebt.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('tech debt', function () {
3838

3939
assert.ok(
4040
semver.lt(minNodejs, '18.0.0'),
41-
'with node16+, we can remove `any` workaround in the `copyFiles.ts` scripts'
41+
'with node18+, we can use `fs.cpSync` (without casting to `any`) in the `copyFiles.ts` scripts'
4242
)
4343
})
4444

0 commit comments

Comments
 (0)