Skip to content

Commit

Permalink
chore(examples): remove deprecated fields from examples. Fixes #312
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jun 15, 2019
1 parent e9a833e commit 52e975a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions karma/jasmine/client-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@

beforeAll(function(done) {
client = example.createClient("http://localhost:1234")
provider = new Pact.PactWeb({
consumer: "Karma Jasmine",
provider: "Hello",
})
provider = new Pact.PactWeb()

// required for slower Travis CI environment
setTimeout(function() {
Expand Down
5 changes: 1 addition & 4 deletions karma/mocha/client-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@

before(function(done) {
client = example.createClient("http://localhost:1234")
provider = new Pact.PactWeb({
consumer: "Karma Mocha",
provider: "Hello",
})
provider = new Pact.PactWeb()
// required for slower Travis CI environment
setTimeout(function() {
done()
Expand Down

0 comments on commit 52e975a

Please sign in to comment.