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
1623
Commits
4
Branches
553
Tags
74 MiB
Tree:
ffa020ee2a
ghostfolio
/
jest.preset.js
4 lines
90 B
Raw
Normal View
History
Feature/upgrade to angular 14 (#1019) * Upgrade to angular 14 * Migrate UntypedFormControl to FormControl * Update changelog
3 years ago
const
nxPreset
=
require
(
'@nrwl/jest/preset'
)
.
default
;
module
.
exports
=
{
...
nxPreset
}
;