UNPKG
@uicapivara/cp-date
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
cp-date
@uicapivara/cp-date
/
src
/
component
/
date.spec.ts
8 lines
(7 loc)
•
162 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{}
from
'jasmine'
;
import
capivara
from
'../index'
;
describe
(
'first test'
,
() =>
{
it
(
'test'
,
() =>
{
expect
(
true
).
toBe
(
true
); }); });