Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tobythetester
Last active April 30, 2016 16:02
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 tobythetester/5fb88fd6ab9ee960d69d1cc9e9df228c to your computer and use it in GitHub Desktop.
Save tobythetester/5fb88fd6ab9ee960d69d1cc9e9df228c to your computer and use it in GitHub Desktop.
package.json
{
"name": "supertester",
"version": "1.0.0",
"description": "example project to demonstrate super test library for integration tests",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "TobyTheTester",
"license": "ISC",
"devDependencies": {
"supertest": "^1.2.0"
"chai": "^3.5.0",
},
"directories": {
},
"dependencies": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment