Skip to content

Commit

Permalink
update examples for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
aoberoi committed Mar 28, 2019
1 parent d40c883 commit c3e5c8b
Show file tree
Hide file tree
Showing 4 changed files with 326 additions and 39 deletions.
162 changes: 146 additions & 16 deletions examples/express-all-interactions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/express-all-interactions/package.json
Expand Up @@ -6,7 +6,7 @@
"main": "index.js",
"scripts": {
"start": "node -r dotenv/config server",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 0"
},
"author": "Ankur Oberoi <aoberoi@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit c3e5c8b

Please sign in to comment.