concon121 / serverless-plugin-nested-stacks

Nested stacks for sls
MIT License
15 stars 10 forks source link

Tests? #6

Open AdrieanKhisbe opened 6 years ago

AdrieanKhisbe commented 6 years ago

The package.json mention some tests? Notably using jasmine.

Are they unversionned tests, or this is just an artefact of scaffolding the project?

Setting up a CI could be interesting. I can do it if you want @concon121

concon121 commented 5 years ago

As you suspected, that is just a result of me copying a pasting from another package.json 😨

It would definitely be worth adding some sensible unit tests to this project given people have started using it!

AdrieanKhisbe commented 5 years ago

I can help you on that if you want, and set up CI with travis, and lint with eslint. What do you think about this?

concon121 commented 5 years ago

Yeah if you have the time feel free 😄 any contributions to make things better are always welcome!

AdrieanKhisbe commented 5 years ago

I set up the CI and the coverage. This will help to write more tests

concon121 commented 5 years ago

Awesome work, much appreciated!