UNPKG

86 BJavaScriptView Raw
1module.exports = {
2 testMatch: [
3 '**/__tests__/?(*.)(spec|test).js?(x)',
4 ],
5};