UNPKG

responsive-json-webpack-plugin

Version:

Resize images and combine responsive image info with static text in json.

22 lines 388 B
module.exports = { preset: 'ts-jest', testEnvironment: 'jsdom', "transform": { "^.+\\.(tsx|ts|js)$": "ts-jest" }, "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], "setupFiles": [ "raf/polyfill", "<rootDir>/test/setupTests.js" ], "snapshotSerializers": [ "enzyme-to-json/serializer" ] };