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

8 lines
181 B
JavaScript
Raw Permalink Normal View History

2021-12-31 13:28:04 +01:00
module.exports = {
name: 'Integration test',
testMatch: ['**/__tests__/?(*.)+(spec|test).js'],
transform: {},
coverageDirectory: '../coverage/',
collectCoverage: true,
};