smartlodash/test/test.ts

8 lines
163 B
TypeScript
Raw Normal View History

2017-07-12 12:39:10 +00:00
import { tap, expect } from 'tapbundle'
import smartlodash from '../dist/index'
tap.test('should have types in place', async () => {
smartlodash
})
tap.start()