If you want to write unit tests for the code that does lot of DOM interaction using jquery, consider using jasmine-jquery. Jasmine-jquery offers interacting with dummy HTML through html fixtures.
If you want to write unit tests for the code that does lot of DOM interaction using jquery, consider using jasmine-jquery. Jasmine-jquery offers interacting with dummy HTML through html fixtures.