Skip to content

Instantly share code, notes, and snippets.

@toranb
Created September 1, 2012 19:29
Show Gist options
  • Select an option

  • Save toranb/3584452 to your computer and use it in GitHub Desktop.

Select an option

Save toranb/3584452 to your computer and use it in GitHub Desktop.
npm package definition
{
"name": "unit_testing_javascript",
"description": "npm files needed to unit test javascript in isolation",
"version": "0.0.1",
"dependencies": {
"jasmine-node": "",
"jsdom": "",
"jasmine-jquery": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment