UNPKG
wealthor
Version:
latest (0.1.0)
0.1.0
Personal finance app
github.com/jozsi/wealthor
jozsi/wealthor
wealthor
/
__tests__
/
factories.js
8 lines
(7 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
//
TODO:
A factory should rather create a new object than return a constant
exports.user = Object.
freeze
({
email
:
'git@Jozsi.ro'
,
password
:
'H3110'
,
firstName
:
'Jozsi'
,
lastName
:
'Gergely'
, });