smartlodash/test/test.ts

9 lines
178 B
TypeScript
Raw Normal View History

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