Skip to content

Commit 9c9a89c

Browse files
committed
push techdebt test back a month
1 parent 43327df commit 9c9a89c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ import * as env from '../shared/vscode/env'
1010
// Checks project config and dependencies, to remind us to remove old things
1111
// when possible.
1212
describe('tech debt', function () {
13-
// function fixByDate(date: string, msg: string) {
14-
// const now = Date.now()
15-
// const cutoffDate = Date.parse(date)
16-
// assert.ok(now <= cutoffDate, msg)
17-
// }
13+
function fixByDate(date: string, msg: string) {
14+
const now = Date.now()
15+
const cutoffDate = Date.parse(date)
16+
assert.ok(now <= cutoffDate, msg)
17+
}
1818

1919
it('vscode minimum version', async function () {
2020
const minVscode = env.getMinVscodeVersion()
@@ -46,13 +46,13 @@ describe('tech debt', function () {
4646
)
4747
})
4848

49-
// it('remove separate sessions login edge cases', async function () {
50-
// // src/auth/auth.ts:SessionSeparationPrompt
51-
// // forgetConnection() function and calls
49+
it('remove separate sessions login edge cases', async function () {
50+
// src/auth/auth.ts:SessionSeparationPrompt
51+
// forgetConnection() function and calls
5252

53-
// // Monitor telemtry to determine removal or snooze
54-
// // toolkit_showNotification.id = sessionSeparation
55-
// // auth_modifyConnection.action = deleteProfile OR auth_modifyConnection.source contains CodeCatalyst
56-
// fixByDate('2024-9-30', 'Remove the edge case code from the commit that this test is a part of.')
57-
// })
53+
// Monitor telemtry to determine removal or snooze
54+
// toolkit_showNotification.id = sessionSeparation
55+
// auth_modifyConnection.action = deleteProfile OR auth_modifyConnection.source contains CodeCatalyst
56+
fixByDate('2024-10-30', 'Remove the edge case code from the commit that this test is a part of.')
57+
})
5858
})

0 commit comments

Comments
 (0)