4 lines
74 B
JavaScript
Raw Normal View History

2019-07-01 14:39:57 +02:00
module.exports = {
testMatch: ['**/__tests__/?(*.)+(spec|test).js'],
};