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>
@backstage/create-app
This package provides a CLI for creating a copy of the Backstage app.
You can use the flag --skip-install to skip the install.
Usage
With npx:
npx @backstage/create-app
With a local clone of this repo, from the main create-app/ folder, run:
yarn install
yarn backstage-create-app