5f88e246e3
Add jest and its environment dependencies as devDependencies to the create-app template, so new Backstage apps are set up with Jest 30 support out of the box. For Jest 30, apps need @jest/environment-jsdom-abstract and jsdom instead of jest-environment-jsdom. Signed-off-by: Johan Persson <johanopersson@gmail.com>