Vim/test
2023-10-29 18:26:07 -04:00
..
actions Add .prettierignore and yarn prettier command 2023-03-01 19:56:06 -05:00
cmd_line Get rid of suite.only and update CHANGELOG 2023-10-29 18:26:07 -04:00
completion Update dependency prettier to v3 (#8486) 2023-09-09 19:57:26 -04:00
configuration Update dependency prettier to v3 (#8486) 2023-09-09 19:57:26 -04:00
mode Update dependency prettier to v3 (#8486) 2023-09-09 19:57:26 -04:00
number Pull some tests out of extremely bloated modeNormal.test.ts into dedicated files 2023-03-12 19:03:49 -04:00
operator Re-use editor across tests in more suites 2023-03-12 19:09:45 -04:00
plugins Re-use editor across tests in more suites 2023-03-12 19:09:45 -04:00
register Update dependency prettier to v3 (#8486) 2023-09-09 19:57:26 -04:00
search Pull some tests out of extremely bloated modeNormal.test.ts into dedicated files 2023-03-12 19:03:49 -04:00
state In suites where it's unnecessary, don't do full setup/teardown for each test 2023-03-11 22:38:30 -04:00
util Simplify & clean up some tests 2019-12-22 21:55:15 -05:00
vimscript :b[uffer] parser and tests (#8460) 2023-09-09 20:22:36 -04:00
error.test.ts Use notStrictEqual instead of the deprecated notEqual 2021-03-11 11:09:27 -05:00
extension.test.ts Update dependency prettier to v3 (#8486) 2023-09-09 19:57:26 -04:00
historyTracker.test.ts Update dependency prettier to v3 (#8486) 2023-09-09 19:57:26 -04:00
index.ts Enable esModuleInterop in tsconfig 2022-12-27 23:44:44 -05:00
jumpTracker.test.ts Update dependency prettier to v3 (#8486) 2023-09-09 19:57:26 -04:00
macro.test.ts Fix some ex-commands (like :co[py]) when repeated by @: 2022-10-30 22:29:34 -04:00
motion.test.ts Update sentence definition to allow for closing quotes/parens/squarebrackets (#8400) 2023-08-28 22:59:01 -04:00
motionLineWrapping.test.ts Re-use editor across tests in more suites 2023-03-12 19:09:45 -04:00
multicursor.test.ts Update dependency prettier to v3 (#8486) 2023-09-09 19:57:26 -04:00
runTest.ts Disable other extensions while running tests to avoid unexpected interactions (#7376) 2022-01-26 00:53:08 -05:00
sentenceMotion.test.ts Update sentence definition to allow for closing quotes/parens/squarebrackets (#8400) 2023-08-28 22:59:01 -04:00
testConfiguration.ts Not sure why the Insert mode <C-d> tests broke recently. Or rather how they worked in the first place, since we apparently convert <C-d> to <D-d> unless handleKeys is set *explicitly* to true (which it is in contributed default config)... who thought this was a good idea? 2023-10-21 22:49:03 -04:00
testSimplifier.ts Update dependency prettier to v3 (#8486) 2023-09-09 19:57:26 -04:00
testUtils.ts Update dependency prettier to v3 (#8486) 2023-09-09 19:57:26 -04:00