update
This commit is contained in:
0
test/test.d.ts
vendored
0
test/test.d.ts
vendored
@ -1,3 +0,0 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbInRlc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
@ -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()
|
Reference in New Issue
Block a user