chore(release): 1.0.0
This commit is contained in:
8
src/index.spec.ts
Normal file
8
src/index.spec.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { test } from 'ava'
|
||||
import * as lib from './'
|
||||
|
||||
test('functions can be used without es imports', (t) => {
|
||||
t.true(typeof lib.double === 'function')
|
||||
t.true(typeof lib.power === 'function')
|
||||
t.true(typeof lib.asyncABC === 'function')
|
||||
})
|
||||
Reference in New Issue
Block a user