Files
hoppscotch/packages/hoppscotch-js-sandbox/jest.config.js
2021-09-25 01:01:22 +05:30

7 lines
135 B
JavaScript

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