+−$(document).ready(function() { +− +− module("air"); +− +− test("test 1", function() { +− equals(a, 4); +− }); +− +−});