testdouble / jasmine-example

testdouble.com
1 stars 5 forks source link

Arranging DOM code with jasmine-fixture #18

Open searls opened 8 years ago

searls commented 8 years ago

It's really easy to assert the state of the DOM using jQuery's API, but it can be challenging to set up the same degree of specificity as tersely in your test setup. To that ends, I published jasmine-fixture years ago and we can walk through both how to use it and why it's superior to managing a set of shared view fixtures (or attempting to test against your app's actual views in unit tests)

https://github.com/searls/jasmine-fixture

sheeralal commented 8 years ago

+1

pat-whitrock commented 8 years ago

:+1:

gcweiske commented 8 years ago

:+1:

hparekh1 commented 8 years ago

+1