mirror of
https://github.com/strapi/strapi.git
synced 2025-08-09 01:07:27 +00:00
6 lines
78 B
JavaScript
6 lines
78 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
testMatch: ['**/(*.)+(spec|test).js'],
|
|
};
|