Vim/test
Jason Fields a6c0fce4ae assert.deepEqual -> assert.deepStrictEqual
The former is deprecated
2021-02-22 20:16:16 -05:00
..
actions Nodeless entry for Vim extension (#5130) 2020-09-20 13:57:38 -04:00
cmd_line :s[ubstitute] with tab character (\t) 2020-12-08 14:20:27 -05:00
completion assert.deepEqual -> assert.deepStrictEqual 2021-02-22 20:16:16 -05:00
configuration assert.deepEqual -> assert.deepStrictEqual 2021-02-22 20:16:16 -05:00
mode Fix put with <C-r> in multi-cursor insert mode (#6065) 2021-02-01 12:59:33 -05:00
number Refactor <C-a> and <C-x> logic (#4469) 2020-05-18 13:07:14 -04:00
operator Fix tests 2020-12-10 15:05:41 -05:00
plugins Replace getTestingFunctions with plain old exports/imports 2020-11-16 13:42:09 -05:00
register Make getAndUpdateModeHandler return undefined when there is no active editor 2020-11-16 14:58:05 -05:00
state Stop using custom Position class in favor of augmenting vscode.Position 2020-11-13 21:48:12 -05:00
util Simplify & clean up some tests 2019-12-22 21:55:15 -05:00
error.test.ts Convert var to const/let 2019-08-23 01:50:16 -04:00
extension.test.ts Enable --resolveJsonModule to get type safety on package.json import 2020-08-07 21:39:26 -04:00
historyTracker.test.ts Stop using custom Position class in favor of augmenting vscode.Position 2020-11-13 21:48:12 -05:00
index.ts Fix docker tests (#4935) 2020-06-09 15:48:57 -04:00
jumpTracker.test.ts assert.deepEqual -> assert.deepStrictEqual 2021-02-22 20:16:16 -05:00
macro.test.ts Replace getTestingFunctions with plain old exports/imports 2020-11-16 13:42:09 -05:00
motion.test.ts Remove more instances of activeTextEditor 2020-12-06 14:41:56 -05:00
motionLineWrapping.test.ts Replace getTestingFunctions with plain old exports/imports 2020-11-16 13:42:09 -05:00
multicursor.test.ts Fix CommandSearch throwing error in multicursor (#5845) 2020-12-07 13:07:52 -05:00
runTest.ts Fix docker tests (#4935) 2020-06-09 15:48:57 -04:00
sentenceMotion.test.ts Replace getTestingFunctions with plain old exports/imports 2020-11-16 13:42:09 -05:00
testConfiguration.ts Neovim config support (#5071) 2021-02-18 21:26:08 -05:00
testSimplifier.ts assert.deepEqual -> assert.deepStrictEqual 2021-02-22 20:16:16 -05:00
testUtils.ts Update dependency @types/node to v12.20.1 (#6133) 2021-02-16 18:41:42 +00:00
textEditor.test.ts Remove more instances of activeTextEditor 2020-12-06 14:41:56 -05:00