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

13 lines
233 B
TypeScript
Raw Normal View History

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