@@ -0,0 +1,9 @@
import tape from 'tape'
import ptape from 'tape-promise'
import { thing } from './main'
const test = ptape(tape)
test('a test', async t => {
console.log(thing)
t.ok('pass')
})
The note is not visible to the blocked user.