lucacasonato / esbuild_deno_loader

Deno module resolution for `esbuild`
https://deno.land/x/esbuild_deno_loader
MIT License
160 stars 43 forks source link

chore: rewrite tests to work with deno lsp #101

Closed marvinhagemeister closed 7 months ago

marvinhagemeister commented 7 months ago

This PR rewrites the tests so that Deno.test isn't wrapped. This allows Deno's lsp to detect what is a test and what not, so that you can run a single test right from vscode.

I use this feature fairly frequently myself.