Commit Graph

8 Commits

Author SHA1 Message Date
Jason Fields
c0628da851 Re-use editor across tests in more suites 2023-03-12 19:09:45 -04:00
Jason Fields
e458b1f533 Run prettier 2021-07-21 14:21:54 -04:00
Jason Fields
c7f0220e2d Fix a few StatusBar messages; add test coverage of StatusBar messages
There's definitely more we could do with this, but it's a good start.
Fixes #5863
2021-07-21 13:33:15 -04:00
Jason Fields
1564e647dc Replace getTestingFunctions with plain old exports/imports
Not sure why it was ever done this way
2020-11-16 13:42:09 -05:00
Jason Fields
6c8e67776d Use const instead of let when possible in tests
I'd love to enable `prefer-const` in tslint, but with 17 pull requests outstanding, I think it might cause some merge conflicts. Making the switch in test/** is a step toward that goal which should result in essentially no conflicts.
2019-10-20 23:26:26 -04:00
hetmankp
a19098f077 Make it possible to add skipped tests (#4129)
It would be nice to add tests that can be skipped until future support
for the specified behaviour can be implemented.
2019-10-04 00:38:28 -04:00
contrib15
1cf0ad00f4 Implement nowrapscan (#4028)
Fixes issue #3155 'Does not support nowrapscan'
2019-09-04 01:34:53 -04:00
Dave Foley
bda24f4f51 Add whichwrap support
Fixes #1211
2018-07-20 12:02:58 -07:00