nrwl/nx

create-nx-plugin should scaffold projects with jestEnvironment: 'node', not 'jsdom'

JamesHenry opened this issue · 0 comments

Current Behavior

Tracking issue based on discussion here: #23109 (comment)

Scaffolds nx-plugin projects with jestEnvironment: 'jsdom'

Expected Behavior

Should scaffold nx-plugin projects with jestEnvironment: 'node'

GitHub Repo

No response

Steps to Reproduce

  1. npx create-nx-plugin

Nx Report

Any

Failure Logs

No response

Package Manager Version

No response

Operating System

  • macOS
  • Linux
  • Windows
  • Other (Please specify)

Additional Information

No response