strapi/packages/core/strapi/jest.config.js
2021-04-29 11:11:46 +02:00

6 lines
78 B
JavaScript

'use strict';
module.exports = {
testMatch: ['**/(*.)+(spec|test).js'],
};