This commit is contained in:
2017-07-12 14:39:10 +02:00
parent 5ac9a70906
commit e629764736
11 changed files with 393 additions and 16 deletions

0
test/test.d.ts vendored
View File

View File

@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbInRlc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9

View File

@ -1 +1,8 @@
import * as smartlodash from '../dist/index'
import { tap, expect } from 'tapbundle'
import smartlodash from '../dist/index'
tap.test('should have types in place', async () => {
smartlodash
})
tap.start()