Skip to content

Commit 3a80a84

Browse files
committed
test: remove techdebt test
1 parent eb87043 commit 3a80a84

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,4 @@ describe('tech debt', function () {
3939
// This is relevant for the use of `fs.cpSync` in the copyFiles scripts.
4040
assert.ok(semver.lt(minNodejs, '18.0.0'), 'with node18+, we can remove the dependency on @types/node@18')
4141
})
42-
43-
it('remove debugging telemetry', async function () {
44-
fixByDate(
45-
'2025-02-11',
46-
'Remove debugging telemetry in `packages/core/src/auth/providers/credentialsProviderManager.ts`. Should only need to remove the `emit: true` in the decorator.'
47-
)
48-
})
4942
})

0 commit comments

Comments
 (0)