UNPKG
fitr
Version:
latest (0.2.0)
0.2.0
0.1.0
Financial Investment Tracker
github.com/adimoldovan/fitr
adimoldovan/fitr
fitr
/
src
/
__tests___
/
index.test.ts
5 lines
•
105 B
text/typescript
View Raw
1
2
3
4
5
describe
(
'Simple test'
,
() =>
{
it
(
'should pass'
,
() =>
{
expect
(
1
+
1
).
toBe
(
2
); }); });