Skip to content

Instantly share code, notes, and snippets.

@parro-it
Created November 15, 2017 20:26
Show Gist options
  • Save parro-it/a6ae8c758d810e338a5a8d2a6c5b3760 to your computer and use it in GitHub Desktop.
Save parro-it/a6ae8c758d810e338a5a8d2a6c5b3760 to your computer and use it in GitHub Desktop.
test.js
import test from 'ava';
import fetchDependenciesAuthors from '.';
test('it export a function', t => {
t.is('function', typeof fetchDependenciesAuthors);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment