Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ArturAralin/898bc0cdecf45f2b3bf079ffece83cfb to your computer and use it in GitHub Desktop.
Save ArturAralin/898bc0cdecf45f2b3bf079ffece83cfb to your computer and use it in GitHub Desktop.
describe('General test name', () => {
describe('Test name', () => {
const anyData = {};
before(() =>
(this.promise = api.get(url)
.send(anyData)))
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment