You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/core/src/test/techdebt.test.ts
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,4 @@ describe('tech debt', function () {
39
39
// This is relevant for the use of `fs.cpSync` in the copyFiles scripts.
40
40
assert.ok(semver.lt(minNodejs,'18.0.0'),'with node18+, we can remove the dependency on @types/node@18')
41
41
})
42
-
43
-
it('remove debugging telemetry',asyncfunction(){
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.'
0 commit comments