Skip to content

Instantly share code, notes, and snippets.

@asalant
Created November 7, 2011 07:10
Show Gist options
  • Save asalant/1344379 to your computer and use it in GitHub Desktop.
Save asalant/1344379 to your computer and use it in GitHub Desktop.
Require jasmine runner if jasmine has not already been loaded
process.env.NODE_ENV = 'test' unless process.env.NODE_ENV?
require './jasmine_runner' unless jasmine?
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment