drone-with-nodejs/index.spec.js

7 lines
88 B
JavaScript
Raw Normal View History

const test = require('tape')
test('this always passes', t => {
t.pass()
t.end()
})