Files
hoppscotch/packages/hoppscotch-js-sandbox/jest.config.js
2023-11-02 18:54:16 +05:30

7 lines
138 B
JavaScript

module.exports = {
preset: "ts-jest",
testEnvironment: "jsdom",
collectCoverage: true,
setupFilesAfterEnv: ["./jest.setup.ts"],
}