update to work properly

This commit is contained in:
2017-07-30 16:19:36 +02:00
parent 9b23c5331f
commit 8268ed6194
3 changed files with 8 additions and 4 deletions

View File

@ -17,7 +17,7 @@ console.log('this console comment was injected')
})
tap.test('should log hi to console', async () => {
require(path.join(__dirname, 'hi'))
require(path.join(__dirname, 'hi.js'))
})
tap.start()