8 lines
160 B
JavaScript
Raw Permalink Normal View History

2022-10-19 12:11:01 +03:00
'use strict';
module.exports = {
preset: '../../../jest-preset.unit.js',
testMatch: ['**/__tests__/**/*.test.ts'],
displayName: 'Core data-transfer',
2022-10-19 12:11:01 +03:00
};