strapi/packages/strapi-admin/jest.config.js
Alexandre Bodin 865ee5e5e2 Init test automation
wip
2019-03-13 00:10:19 +01:00

6 lines
72 B
JavaScript

module.exports = {
testPathIgnorePatterns: [
'<rootDir>/',
]
};