Created
November 14, 2018 03:17
-
-
Save ryanblock/6c6a2b6115ec2122431a36fc783afa5b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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