UNPKG
wealthor
Version:
latest (0.1.0)
0.1.0
Personal finance app
github.com/jozsi/wealthor
jozsi/wealthor
wealthor
/
__tests__
/
app.js
8 lines
(6 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
app =
require
(
'../app'
);
describe
(
'app'
,
() =>
{
it
(
'should instantiate'
,
() =>
{
expect
(app).
not
.
toBe
(
undefined
); }); });