Files
hoppscotch/packages/hoppscotch-js-sandbox/jest.config.js
2021-11-04 18:23:50 +05:30

7 lines
135 B
JavaScript

export default {
preset: "ts-jest",
testEnvironment: "node",
collectCoverage: true,
setupFilesAfterEnv: ["./jest.setup.ts"],
}