smartlodash/test/test.ts

9 lines
178 B
TypeScript

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