Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 345 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

20 lines (13 loc) · 345 Bytes

Brief issue description

Example: exception is thrown when action is performed

Test case example (desirable)

it('does what it needs to do', function() {
  Q.doSomething()
  expect(Q.someOtherThing).to.eql('desiredThing')
})

Expected outcome

Example: Record should appear in DB

Actual outcome

Example: Exception is thrown