mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00
12 lines
229 B
JavaScript
12 lines
229 B
JavaScript
'use strict';
|
|
|
|
const baseConfig = require('./jest.base-config.front');
|
|
|
|
module.exports = {
|
|
...baseConfig,
|
|
projects: [
|
|
'<rootDir>/packages/**/jest.config.front.js',
|
|
'<rootDir>/scripts/**/jest.config.front.js',
|
|
],
|
|
};
|