squiggle/packages/components/jest.config.js

7 lines
176 B
JavaScript
Raw Normal View History

2022-09-30 00:22:14 +00:00
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: "ts-jest",
setupFilesAfterEnv: ["<rootDir>/test/setup.js"],
testEnvironment: "jsdom",
2022-09-30 00:22:14 +00:00
};