Skip to content

Commit

Permalink
Merge d74a61d into d10e4b1
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jun 24, 2019
2 parents d10e4b1 + d74a61d commit 4d915a7
Show file tree
Hide file tree
Showing 59 changed files with 37,042 additions and 6,222 deletions.
4,855 changes: 4,529 additions & 326 deletions examples/ava/package-lock.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions examples/ava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"ava": "^0.21.0",
"axios": "^0.14.0",
"rimraf": "^2.6.2"
},
"dependencies": {
"@pact-foundation/pact": "^8.2.6"
}
}
2 changes: 1 addition & 1 deletion examples/ava/test/get-dog_1.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const path = require("path")
const test = require("ava")
const pact = require("../../../dist/pact")
const pact = require("@pact-foundation/pact")
const Pact = pact.Pact
const getMeDog = require("../index").getMeDog

Expand Down
2 changes: 1 addition & 1 deletion examples/ava/test/get-dogs.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const path = require("path")
const test = require("ava")
const pact = require("../../../dist/pact")
const pact = require("@pact-foundation/pact")
const Pact = pact.Pact
const getMeDogs = require("../index").getMeDogs

Expand Down

0 comments on commit 4d915a7

Please sign in to comment.