strapi/packages/strapi/jest.config.js

4 lines
63 B
JavaScript
Raw Normal View History

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