mirror of
https://github.com/strapi/strapi.git
synced 2025-07-24 01:18:17 +00:00
8 lines
149 B
JavaScript
8 lines
149 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
preset: '../../../jest-preset.unit.js',
|
|
testMatch: ['<rootDir>/**/*.test.js'],
|
|
displayName: 'Core utils',
|
|
};
|