Actually enabled running the JS tests

Change-Id: I5e66be0b5307024e6d21eaedf918ffcbd03d5ed3
This commit is contained in:
Amir E. Aharoni
2012-06-27 08:13:18 +03:00
parent 7dfd131884
commit 93ca0e5a48
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
module( "ext.uls", QUnit.newMwEnvironment() );
test( "-- Initial check", function() {
expect( 2 );
expect( 1 );
ok( $.fn.uls, "$.fn.uls is defined" );
} );