mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00
7 lines
171 B
JavaScript
7 lines
171 B
JavaScript
module.exports = {
|
|
name: 'Unit test',
|
|
testMatch: ['<rootDir>/packages/**/__tests__/?(*.)+(spec|test).js'],
|
|
modulePathIgnorePatterns: ['.cache'],
|
|
transform: {},
|
|
};
|