UNPKG

imgproxy

Version:

NodeJS client library to generate imgproxy urls

13 lines (12 loc) 224 B
module.exports = { testEnvironment: 'node', roots: ['<rootDir>/test'], testMatch: ['**/*.test.ts'], transform: { '^.+\\.tsx?$': 'ts-jest', }, forceExit: true, bail: 1, silent: false, verbose: false, };