Invalid config warning - "hosts"
Closed this issue · 1 comments
schuchard commented
Describe the bug
it looks like the jest schematic may be using config that is no longer valid for Jest
Additional context
● Validation Warning:
Unknown option "hosts" with value ["src"] was found. Did you mean "haste"?
This is probably a typing mistake. Fixing it will remove this message.
Configuration Documentation:
https://jestjs.io/docs/configuration.html
cc: @jrista