strapi/jest.config.js

7 lines
171 B
JavaScript
Raw Normal View History

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