Skip to content

Commit

Permalink
fix(test): update e2e test to properly wait for pact finalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Feb 19, 2017
1 parent 936a75d commit b98c1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/e2e/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vagrant
2 changes: 1 addition & 1 deletion examples/e2e/test/consumer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,6 @@ describe('Pact', () => {

// Write pact files
after(() => {
provider.finalize();
return provider.finalize();
});
});

0 comments on commit b98c1f9

Please sign in to comment.