Skip to content

Commit 8702dcd

Browse files
authored
build: fix eslint error about missing neovim pkg in integration-tests #436
The following error was reported by eslint: ```sh ❯ npm run lint ... /Users/mikavilpas/git/neovim-node-client/packages/integration-tests/src/factory.test.ts:1:62: Unable to resolve path to module 'neovim'. [Error/import/no-unresolved] 1 problem ```
1 parent cc08e04 commit 8702dcd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package-lock.json

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/integration-tests/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"c8": "^10.1.2",
5555
"expect": "^29.7.0",
5656
"jest-mock": "^29.7.0",
57-
"mocha": "^10.7.3"
57+
"mocha": "^10.7.3",
58+
"neovim": "file:../neovim"
5859
}
5960
}

0 commit comments

Comments
 (0)