I'm using JSON schema file for form creation and validation. When I'm going to test that component, in jest testing environment all imported *.json
files getting undefined.
E.g.
import schema from "./schema.json"
in test environment schema is undefined. Please let me know if anyone getting fixed this issue.
Thanks.