strapi/jest.config.js

6 lines
124 B
JavaScript
Raw Normal View History

2018-06-12 17:41:28 +02:00
module.exports = {
name: 'Unit test',
testMatch: ['**/packages/**/__tests__/?(*.)+(spec|test).js'],
2019-04-08 19:03:55 +02:00
transform: {},
2018-06-12 17:41:28 +02:00
};