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