Skip to content

Commit

Permalink
Add dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Feb 17, 2019
1 parent 786e4e3 commit c999d66
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
// No tests yet
'use strict'

const test = require('ava')

test('Dummy test', t => {
t.pass()
})

0 comments on commit c999d66

Please sign in to comment.