nvim-neotest / neotest-jest

MIT License
116 stars 79 forks source link

Consider adding LICENSE.md #88

Closed benelan closed 8 months ago

benelan commented 9 months ago

Hi, thanks for making this adapter!

Do you mind adding a license to the repo? Otherwise people aren't legally allowed to use the code. For reference, here is a quote from GitHub's documentation:

You're under no obligation to choose a license. However, without a license, the default copyright laws apply, meaning that you retain all rights to your source code and no one may reproduce, distribute, or create derivative works from your work. If you're creating an open source project, we strongly encourage you to include an open source license.

I'd like to modify your code to create a neotest-stenciljs adapter. StencilJS uses Jest under the hood, but I'll need to change the commands, config file, etc. to get it working.

I appreciate your consideration!