jest.config.js (hoppscotch-2.2.1) | : | jest.config.js (hoppscotch-3.0.0) | ||
---|---|---|---|---|
export default { | module.exports = { | |||
preset: "ts-jest", | preset: "ts-jest", | |||
testEnvironment: "node", | testEnvironment: "node", | |||
collectCoverage: true, | collectCoverage: true, | |||
setupFilesAfterEnv: ["./jest.setup.ts"], | setupFilesAfterEnv: ["./jest.setup.ts"], | |||
} | } | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |