worker-typescript-template icon indicating copy to clipboard operation
worker-typescript-template copied to clipboard

rename jestconfig.json to jest.config.json

Open johnrees opened this issue 3 years ago • 1 comments

Jest loads jest.config.json automatically so this reduces a tiny bit of verbosity in the test command

johnrees avatar Oct 09 '21 14:10 johnrees

I think this should be merged 👍.

When using a IDE extension like VS Code Jest Runner or Webstorm Jest integration they will not pick up on jestconfig.json whitout manual configuration. Renaming the file fixes the issue and is in line with Jest defaults

adrienbaron avatar Dec 06 '21 19:12 adrienbaron