UNPKG
ngx-fizz
Version:
latest (0.1.0-alpha)
0.1.0-alpha
Rich Animated icon set for AngularIO operated by animeJS engine
fizz.ohjun.me
dhguswns23/fizz
ngx-fizz
/
src
/
icons
/
fiz-cross
/
fiz-cross.component.spec.ts
7 lines
(5 loc)
•
198 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{ testIcon }
from
'../../test/icon'
;
import
{
FizCrossComponent
}
from
'./fiz-cross.component'
;
describe
(
'FizCrossComponent'
,
() =>
{ testIcon<
FizCrossComponent
>(
FizCrossComponent
); });