WIP
Requires nvim-treesitter.
Install and configure like any other neotest adapter:
use "markemmons/neotest-deno"
require("neotest").set({
adapters = {
require("neotest-deno"),
...
}
})
TODO
- Deno.test tests
- bdd - nested tests
- bdd - flat tests
- Chai
- Sinon.JS
- fast-check
- Documentation tests
TODO
TODO