Skip to content

Instantly share code, notes, and snippets.

@zkessin
Created October 5, 2012 07:22
Show Gist options
  • Select an option

  • Save zkessin/3838533 to your computer and use it in GitHub Desktop.

Select an option

Save zkessin/3838533 to your computer and use it in GitHub Desktop.
test("AjaxTest", function ()
expect(1)
stop()
$.ajax({
success: function (Result)
start()
equal(ExpectedResult, Result)
}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment