kopia lustrzana https://github.com/FacilMap/facilmap
7 wiersze
188 B
JavaScript
7 wiersze
188 B
JavaScript
|
const { defaults } = require('jest-config');
|
||
|
|
||
|
module.exports = {
|
||
|
preset: 'ts-jest',
|
||
|
testEnvironment: 'node',
|
||
|
moduleFileExtensions: [...defaults.moduleFileExtensions, 'ts', 'tsx'],
|
||
|
};
|