2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-19 18:39:01 +00:00
iconify-collections-json/jest.esm.config.ts
Joaquín Sánchez Jiménez 08c5ce10f7 test: hacking cjs tests
chore: modify target and module on tsconfig configuration
2021-09-18 14:42:03 +02:00

13 lines
233 B
TypeScript

import { buildConfiguration } from './jest/jest.shared.config'
export default buildConfiguration({
testMatch: [
'**/?(*.)+(esm).+(spec|test).+(ts|tsx|js)',
],
globals: {
'ts-jest': {
useESM: true,
},
},
})