Update deprecated typescript tests

This commit is contained in:
Logan Ramos 2021-05-04 13:49:47 -04:00
parent e44bd2d93d
commit 135142e497
No known key found for this signature in database
GPG key ID: D9CCFF14F0B18183

View file

@ -89,7 +89,7 @@ export function assertEditorContents(editor: vscode.TextEditor, expectedDocConte
if (cursorIndex >= 0) {
const expectedCursorPos = editor.document.positionAt(cursorIndex);
assert.deepEqual(
assert.deepStrictEqual(
{ line: editor.selection.active.line, character: editor.selection.active.line },
{ line: expectedCursorPos.line, character: expectedCursorPos.line },
'Cursor position'