Skip to content

Commit f6d8b09

Browse files
committed
add techdebt test
1 parent 5ea0cfd commit f6d8b09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ describe('tech debt', function () {
3535
semver.lt(minNodejs, '18.0.0'),
3636
'with node16+, we can now use AbortController to cancel Node things (child processes, HTTP requests, etc.)'
3737
)
38+
39+
assert.ok(
40+
semver.lt(minNodejs, '18.0.0'),
41+
'with node16+, we can remove `any` workaround in the `copyFiles.ts` scripts'
42+
)
3843
})
3944

4045
it('remove separate sessions login edge cases', async function () {

0 commit comments

Comments
 (0)