atom / atom-languageclient

Language Server Protocol support for Atom (the basis of Atom-IDE)
https://ide.atom.io/
MIT License
389 stars 78 forks source link

Make npm test run tests #256

Closed 50Wliu closed 5 years ago

50Wliu commented 5 years ago

Noticed in https://github.com/atom/atom-languageclient/pull/254#issuecomment-466620889.

The test runner was removed in https://github.com/atom/atom-languageclient/commit/1251de86fa9f31f66eadff6e66d8e39c1a94c664 due to security vulnerabilities, which led to Atom trying to use the default Jasmine runner and not finding any -spec files. The new test runner, @smashwilson/atom-mocha-test-runner, does not have any vulnerabilities.