import * as test from 'tape'; test('simple', function(assert){ assert.pass("I'm alive"); });