mirror of
https://github.com/iconify/collections-json.git
synced 2025-02-08 23:18:24 +00:00
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,
|
|
},
|
|
},
|
|
})
|