strapi/packages/plugins/sentry/jest.config.js

7 lines
111 B
JavaScript
Raw Normal View History

'use strict';
module.exports = {
preset: '../../../jest-preset.unit.js',
displayName: 'Sentry plugin',
};