cloudflare / worker-typescript-template

ʕ •́؈•̀) TypeScript template for Cloudflare Workers
Apache License 2.0
431 stars 95 forks source link

rename jestconfig.json to jest.config.json #53

Open johnrees opened 3 years ago

johnrees commented 3 years ago

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

adrienbaron commented 2 years ago

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