We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2062d6d commit 6bd19c9Copy full SHA for 6bd19c9
1 file changed
test/dsl/integration.spec.js
@@ -44,9 +44,7 @@ describe('Integration', () => {
44
before(provider.setup)
45
46
// once all tests are run, write pact and remove interactions
47
- after(() => {
48
- provider.finalize()
49
- })
+ after(() => provider.finalize())
50
51
context('with a single request', () => {
52
0 commit comments