worker-typescript-template
worker-typescript-template copied to clipboard
rename jestconfig.json to jest.config.json
Jest loads jest.config.json automatically so this reduces a tiny bit of verbosity in the test command
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