nvim-neotest / neotest

An extensible framework for interacting with tests within NeoVim.
MIT License
2.12k stars 105 forks source link

docs(readme): add StencilJS adapter to list #388

Closed benelan closed 2 months ago

benelan commented 2 months ago

StencilJS is a frontend framework for creating web components, similar to Lit. It has a builtin test runner that uses Jest and Puppeteer under the hood. Credit goes to neotest-jest, which provided a great starting point for neotest-stenciljs!

adapter: https://github.com/benelan/neotest-stenciljs stencil: https://github.com/ionic-team/stencil ref: https://stenciljs.com/docs/testing/stencil-testrunner/overview

rcarriga commented 2 months ago

Great thanks for your contribution! :smile: