mirror of
https://github.com/iconify/collections-json.git
synced 2024-11-08 14:21:00 +00:00
08c5ce10f7
chore: modify target and module on tsconfig configuration
13 lines
233 B
TypeScript
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,
|
|
},
|
|
},
|
|
})
|