cucumber / language-server

Cucumber Language Server
MIT License
35 stars 20 forks source link

Fix the build #22

Closed aslakhellesoy closed 2 years ago

aslakhellesoy commented 2 years ago

The build is failing because the tests don't run in ESM. I think we can still release this as a dual esm/commonjs library, but we can only run the tests with commonjs. See the description in https://github.com/cucumber/language-server/pull/20 for a bit more details.