mirror of
https://github.com/iconify/iconify.git
synced 2024-11-05 21:07:51 +00:00
8 lines
185 B
JavaScript
8 lines
185 B
JavaScript
|
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
|
||
|
module.exports = {
|
||
|
verbose: true,
|
||
|
preset: 'ts-jest',
|
||
|
testEnvironment: 'node',
|
||
|
testMatch: ['**/tests/*-test.ts'],
|
||
|
};
|