UNPKG

@competent-devs/test-forge

Version:

Package for UI unit test generation based on storybook context

8 lines 173 B
const config = { testEnvironment: "node", transform: { "^.+.tsx?$": ["ts-jest", {}], }, }; export default config; //# sourceMappingURL=jest.config.js.map