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

8 lines
181 B
JavaScript

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