UNPKG

jest-snapshot-propifier

Version:

Snapshot components atomically with a friendly output

10 lines (9 loc) 201 B
module.exports = { preset: "ts-jest", testEnvironment: "jsdom", transform: { "^.+\\.(tsx|ts)?$": "ts-jest", "^.+\\.(js|jsx)$": "babel-jest", }, clearMocks: true, };