Skip to content

Instantly share code, notes, and snippets.

@raphaelpor
Created November 19, 2016 17:52
Show Gist options
  • Save raphaelpor/684ded62b6b78f2349054b01ebcbeae2 to your computer and use it in GitHub Desktop.
Save raphaelpor/684ded62b6b78f2349054b01ebcbeae2 to your computer and use it in GitHub Desktop.
import test from 'ava';
test('foo', t => {
t.pass();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment