smartlodash/test/test.ts
2017-07-12 14:39:10 +02:00

8 lines
163 B
TypeScript

import { tap, expect } from 'tapbundle'
import smartlodash from '../dist/index'
tap.test('should have types in place', async () => {
smartlodash
})
tap.start()