UNPKG

fliphub-monorepo

Version:
9 lines (6 loc) 151 B
const test = require('ava') const src = require('../src') test.todo('two plus two?') test('src is easy button', t => { t.is(src, 'easy button') })