You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Breakingly) Changes the API from resting on $.jasmine to jasmine.fixture for greater clarity and consistency with other jasmine plugins I manage
Adds a public method jasmine.fixture.create for creating nodes in-memory. This makes a ton of sense for any tests that don't absolutely need the nodes in the DOM, because any live DOM changes are inordinately more expensive than dealing with nodes in memory. Thanks to @joshjordan via #30