Skip to content

Instantly share code, notes, and snippets.

@raphaelpor
Created December 8, 2016 15:20
Show Gist options
  • Save raphaelpor/387a6280bfb0d1dc0513f76ed0f0e604 to your computer and use it in GitHub Desktop.
Save raphaelpor/387a6280bfb0d1dc0513f76ed0f0e604 to your computer and use it in GitHub Desktop.
const test = require('ava')
const greet = require('./greet')
test('method: greet', t => {
t.is(typeof greet, 'function', 'greet is a function')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment