UNPKG

postcss-glitch

Version:

PostCSS plugin for glitch effect

18 lines (17 loc) 265 B
module.exports = { globals: { 'ts-jest': { compiler: 'ttypescript', }, }, setupFiles: [ '<rootDir>setup.jest.ts', ], verbose: true, testMatch: [ '**/__tests__/**/*.ts?(x)', ], transform: { '^.+\\.tsx?$': 'ts-jest', }, };