Using npx create-nx-workspace --preset=react
does not setup the app with babel-jest
#8354
Labels
outdated
scope: react
Issues related to React support for Nx
scope: testing tools
Issues related to Cypress / Jest / Playwright / Vitest support in Nx
type: bug
Current Behavior
Running
npx create-nx-workspace --preset=react
results in ajest.config.ts
file like so:Expected Behavior
It would use the same scaffold as if using
nx g @nrwl/react:application ...
, which would result in:Steps to Reproduce
Run:
npx create-nx-workspace --preset=react
Repo: https://github.com/ChrisSargent/csnxreact
Environment
Node : 14.18.2
OS : darwin x64
yarn : 1.22.17
nx : 13.4.2
@nrwl/angular : undefined
@nrwl/cli : 13.4.2
@nrwl/cypress : 13.4.2
@nrwl/devkit : 13.4.2
@nrwl/eslint-plugin-nx : 13.4.2
@nrwl/express : undefined
@nrwl/jest : 13.4.2
@nrwl/linter : 13.4.2
@nrwl/nest : undefined
@nrwl/next : undefined
@nrwl/node : undefined
@nrwl/nx-cloud : undefined
@nrwl/react : 13.4.2
@nrwl/react-native : undefined
@nrwl/schematics : undefined
@nrwl/tao : 13.4.2
@nrwl/web : 13.4.2
@nrwl/workspace : 13.4.2
@nrwl/storybook : 13.4.2
@nrwl/gatsby : undefined
typescript : 4.4.4
rxjs : 6.6.7
The text was updated successfully, but these errors were encountered: