Skip to content

Instantly share code, notes, and snippets.

@rafaelaazevedo
Created April 19, 2020 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelaazevedo/9011af6d7072edc3b7de905006b42489 to your computer and use it in GitHub Desktop.
Save rafaelaazevedo/9011af6d7072edc3b7de905006b42489 to your computer and use it in GitHub Desktop.
describe('Pact Verification', () => {
if('should validate the contract', () =>
let opts = {
customProviderHeaders: ["Authorization: Bearer tu834r93h8rygr38y4r"]
};
return provider.verify(opts)
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment