Skip to content

Commit

Permalink
chore(docs): create vagrant setup for e2e example
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jan 30, 2017
1 parent d50df89 commit 5fd003e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions examples/e2e/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Vagrant.configure("2") do |config|
sudo apt-get update
sudo apt-get install -y build-essential curl
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo -E npm i -g mocha
SHELL
end
10 changes: 5 additions & 5 deletions examples/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@pact-foundation/pact-node": "^4.6.0",
"concurrently": "^3.1.0",
"eslint": "^3.13.1",
"eslint-config-google": "^0.7.1"
},
"dependencies": {
"eslint-config-google": "^0.7.1",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"express": "^4.14.0",
"mocha": "^3.2.0",
"pact": "^1.0.0",
"pact": "^1.0.0"
},
"dependencies": {
"express": "^4.14.0",
"superagent": "^3.3.2"
}
}

0 comments on commit 5fd003e

Please sign in to comment.