smartmanifest/test/test.ts
2019-05-27 13:13:41 +02:00

9 lines
195 B
TypeScript

import { expect, tap } from '@pushrocks/tapbundle';
import * as smartmanifest from '../ts/index'
tap.test('first test', async () => {
console.log(smartmanifest.standardExport)
})
tap.start()