This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
topaLE
/
ghostfolio
mirror of
https://github.com/ghostfolio/ghostfolio
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
204
Commits
4
Branches
553
Tags
74 MiB
Tree:
1491bf7f76
ghostfolio
/
jest.preset.js
4 lines
82 B
Raw
Normal View
History
Initial commit
4 years ago
const
nxPreset
=
require
(
'@nrwl/jest/preset'
)
;
module
.
exports
=
{
...
nxPreset
}
;