Skip to content

Instantly share code, notes, and snippets.

@skellock
Last active June 27, 2016 12:53
Show Gist options
  • Save skellock/5664a6a806e8c70f2f5fc47302b30376 to your computer and use it in GitHub Desktop.
Save skellock/5664a6a806e8c70f2f5fc47302b30376 to your computer and use it in GitHub Desktop.
import test from ‘ava’
import greeter from ‘./Greeter’
test(‘says hello’, t => {
t.is(greeter(‘World’), ‘Hello World!’)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment