Quick actions

cmd+k|ctrl+k

Navigation

Languages

Testing with Jest

Snippet info

Language

JavaScript

Visibility

public

Author

petter

Created

2021-03-27T08:22:52.747767Z

Updated

2021-03-27T08:22:52.747767Z

// Note that the run command is set to 'jest'

module.exports = {
  clearMocks: true,
  coverageProvider: "v8",
  testEnvironment: "node",
};
INFO