Skip to content

Commit 756871b

Browse files
authored
refactor: drop redundant buffered.ts #429
not needed since 669e1d9
1 parent 52e5d1a commit 756871b

File tree

3 files changed

+3
-64
lines changed

3 files changed

+3
-64
lines changed

packages/neovim/.mocharc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ module.exports = {
55
extension: ['ts'],
66
spec: ['src/**/*.test.ts'],
77
exit: true
8-
}
8+
}

packages/neovim/src/testSetup.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import { startNvim, stopNvim } from './testUtil';
33

44
export const mochaHooks = {
5-
beforeAll: async () => {
5+
beforeAll() {
66
startNvim();
77
},
8-
afterAll: () => {
8+
afterAll() {
99
stopNvim();
1010
},
1111
};

packages/neovim/src/utils/buffered.ts

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)