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