strapi/packages/utils/upgrade/jest.config.js

6 lines
130 B
JavaScript
Raw Permalink Normal View History

module.exports = {
preset: '../../../jest-preset.unit.js',
displayName: 'Upgrade',
collectCoverageFrom: ['src/**/*.ts'],
};