Skip to content

Instantly share code, notes, and snippets.

@goldbergyoni
Last active October 31, 2019 15:59
Show Gist options
  • Select an option

  • Save goldbergyoni/833612180888d6846e306e2e3e20cef3 to your computer and use it in GitHub Desktop.

Select an option

Save goldbergyoni/833612180888d6846e306e2e3e20cef3 to your computer and use it in GitHub Desktop.
Cleaning tests
afterAll(() => {
expressConnection.close();
})
afterEach(() => {
sinonSandbox.restore();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment