Skip to content

Instantly share code, notes, and snippets.

@ryanblock
Created November 14, 2018 03:17
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 ryanblock/6c6a2b6115ec2122431a36fc783afa5b to your computer and use it in GitHub Desktop.
Save ryanblock/6c6a2b6115ec2122431a36fc783afa5b to your computer and use it in GitHub Desktop.
test('can list cats', async t=> {
t.plan(1)
let result = await data.cats.scan({})
t.ok(result, 'got result')
console.log(result)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment