UNPKG
@ka1do/kit
Version:
latest (0.0.3)
0.0.3
Kaido Kit
github.com/kaido-team/kaido-kit
kaido-team/kaido-kit
@ka1do/kit
/
experiments
/
ts-template
/
test
/
example.test.ts
10 lines
(6 loc)
•
148 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
consola
from
'consola'
require
(
'chai'
).
should
();
import
{A}
from
'../src'
it
(
'test A should be A'
,
function
(
) { A.
should
.
equal
(
'A'
) })