Open
Description
Command
test
Description
It would be nice to allow the configuration of loaders for custom file extensions in @angular-devkit/build-angular:jest
like for @angular-devkit/build-angular:application
.
"options": {
"loader": {
".png": "file",
".svg": "file"
}
}
This would also be necessary if the application has loaders enabled to run the tests successfully.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response