Created
November 15, 2017 20:26
-
-
Save parro-it/a6ae8c758d810e338a5a8d2a6c5b3760 to your computer and use it in GitHub Desktop.
test.js
This file contains hidden or 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
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