Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jaylandro/4caacee3117eb1e39ed72e237df0f5d2 to your computer and use it in GitHub Desktop.
Save jaylandro/4caacee3117eb1e39ed72e237df0f5d2 to your computer and use it in GitHub Desktop.
AVA Example
import test from 'ava';
test('bar', async t => {
const bar = Promise.resolve('food');
t.is(await food, 'dinner');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment