UNPKG
mystash
Version:
latest (0.2.0)
0.2.0
Personal finance app
github.com/jozsi/mystash
jozsi/mystash
mystash
/
src
/
backend
/
__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
); }); });