Skip to content

Commit

Permalink
[popup] Add module to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Schulhof committed May 16, 2012
1 parent 55ac472 commit f2b23eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/popup/popup_core.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
*/
(function($){

module( "jquery.mobile.popup.js" );

$.extend($.testHelper, {

// detailedEventCascade: call a function and expect a series of events to be triggered (or not to be triggered), and guard
Expand Down

0 comments on commit f2b23eb

Please sign in to comment.