Drop the package-lock.json and yarn.lock from the example-apps folders.
Also check if our root level jest runs the unit-tests in example. We need to exclude examples folder from jest and coverage.
Keeping lock file to avoid works on my machine bugs. Can update the apps at set intervals. Updated Jest config.
Keeping lock file to avoid works on my machine bugs. Can update the apps at set intervals. Updated Jest config.