strapi-plugin-config-sync/jest.config.js

8 lines
173 B
JavaScript

module.exports = {
name: 'Unit test',
testMatch: ['**/__tests__/?(*.)+(spec|test).js'],
transform: {},
coverageDirectory: "./coverage/",
collectCoverage: true,
};