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