feat(browser): add browser build, tests, and sample sha256 library method
This commit is contained in:
6
src/lib/async.spec.ts
Normal file
6
src/lib/async.spec.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { test } from 'ava'
|
||||
import { asyncABC } from 'typescript-starter'
|
||||
|
||||
test('getABC', async t => {
|
||||
t.deepEqual(await asyncABC(), ['a','b', 'c'])
|
||||
})
|
||||
Reference in New Issue
Block a user