Skip to content

Instantly share code, notes, and snippets.

@Slashgear
Last active May 5, 2020 19:37
Show Gist options
  • Select an option

  • Save Slashgear/48f654e5d42765f4adf0725ed1cf7de4 to your computer and use it in GitHub Desktop.

Select an option

Save Slashgear/48f654e5d42765f4adf0725ed1cf7de4 to your computer and use it in GitHub Desktop.
const test = require('ava');
const sum = require('./sum');
test('sum', async t => {
t.is(sum(2,3), 5);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment