escardin / angular2-community-faq

MIT License
101 stars 11 forks source link

Add examples/resources of Testing #20

Open ericmartinezr opened 8 years ago

ericmartinezr commented 8 years ago

As per @escardin 's https://github.com/escardin/angular2-community-faq/issues/18#issuecomment-200381531

Let's keep this issue open to track examples

ericmartinezr commented 8 years ago

I've created a repo where I'm going to add some testing examples. It will be easier than create plnkrs. See it here https://github.com/ericmartinezr/ng2-test-samples, the testing section in the FAQ should be like

Example testing

Example test code

Link to the example in the repo

I have a few ones, and I tried to make the set up as simple as I could, using Karma & Webpack.

ericmartinezr commented 8 years ago

Things I tested

Add in this issue what else could we test, and if you have some tests that I can take ideas from (copy & paste, cough) let me know.

@escardin @brandonroberts