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
1292
Commits
3
Branches
554
Tags
75 MiB
Tree:
d95fc82f95
ghostfolio
/
jest.config.ts
4 lines
100 B
Raw
Normal View
History
Feature/upgrade nx to version 12.8.0 (#331) * Upgrade angular and Nx * Update changelog
4 years ago
const
{
getJestProjects
}
=
require
(
'@nrwl/jest'
)
;
Feature/upgrade to angular 14 (#1019) * Upgrade to angular 14 * Migrate UntypedFormControl to FormControl * Update changelog
3 years ago
export
default
{
projects
:
getJestProjects
(
)
}
;