Testing with Jest
// Note that the run command is set to 'jest'
module.exports = {
clearMocks: true,
coverageProvider: "v8",
testEnvironment: "node",
};INFO
// Note that the run command is set to 'jest'
module.exports = {
clearMocks: true,
coverageProvider: "v8",
testEnvironment: "node",
};