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