@@ -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.
1212describe ( '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