jest.config.json 60 B

12345
  1. {
  2. "snapshotSerializers": [
  3. "<rootDir>/index.js"
  4. ]
  5. }