diff --git a/package-lock.json b/package-lock.json index e32c4a00..b1a917e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8604,7 +8604,8 @@ "c8": "^10.1.2", "expect": "^29.7.0", "jest-mock": "^29.7.0", - "mocha": "^10.7.3" + "mocha": "^10.7.3", + "neovim": "file:../neovim" } }, "packages/neovim": { diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index 426d85e8..5bfe9d56 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -54,6 +54,7 @@ "c8": "^10.1.2", "expect": "^29.7.0", "jest-mock": "^29.7.0", - "mocha": "^10.7.3" + "mocha": "^10.7.3", + "neovim": "file:../neovim" } }