strapi/jest.config.js
Alexandre Bodin 3bca612ac1 Refactor tests and add codecov
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-01-16 14:06:03 +01:00

6 lines
124 B
JavaScript

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