PromucFlow_constructor/app/client/packages/design-system/theming/jest.config.js

6 lines
99 B
JavaScript
Raw Normal View History

module.exports = {
preset: "ts-jest",
roots: ["<rootDir>/src"],
testEnvironment: "jsdom",
};