Skip to content

Instantly share code, notes, and snippets.

@wilkerlucio
Created December 11, 2013 20:43
Show Gist options
  • Select an option

  • Save wilkerlucio/7918113 to your computer and use it in GitHub Desktop.

Select an option

Save wilkerlucio/7918113 to your computer and use it in GitHub Desktop.
describe "single annotation", ->
itP "returns the annotation", ->
Annotation.groupedTimeline([memo.group.id]).then (notes) ->
expect(notes).map("id").eql [memo.note.id]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment