Skip to content

Instantly share code, notes, and snippets.

@brentsnook
Created February 6, 2013 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brentsnook/4721960 to your computer and use it in GitHub Desktop.
Save brentsnook/4721960 to your computer and use it in GitHub Desktop.
# pinched from https://gist.github.com/mattyod/3911612
# aaa naming is to force this file to load before any of the specs
window.onerror = ->
args = arguments
describe 'Jasmine test run', ->
it "doesn't cause any runtime errors", ->
expect(args).toEqual([])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment