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

8 lines
173 B
JavaScript
Raw Normal View History

2021-10-13 17:31:16 +02:00
module.exports = {
name: 'Unit test',
testMatch: ['**/__tests__/?(*.)+(spec|test).js'],
transform: {},
coverageDirectory: "./coverage/",
collectCoverage: true,
};