UNPKG

@quienxmi/sdk-iframe-project

Version:

SDK to control an iframe for requesting quotes via Qxm.

18 lines (17 loc) 374 B
export default { preset: 'ts-jest/presets/default-esm', testEnvironment: 'node', transform: { '^.+\\.tsx?$': [ 'ts-jest', { useESM: true }, ], }, moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', }, extensionsToTreatAsEsm: ['.ts', '.tsx'], testMatch: [ '**/test/**/*.test.ts' ], };