testing-language-server 0.1.12

LSP server for testing
Documentation
1
2
3
4
5
const throwError = () => {
  throw new Error("this will cause the test to fail");
};

module.exports = { throwError };