1
0
mirror of https://github.com/kremalicious/gatsby-redirect-from.git synced 2024-09-24 01:58:49 +02:00
gatsby-redirect-from/test/jest.config.json

6 lines
129 B
JSON
Raw Normal View History

2023-09-28 22:27:26 +02:00
{
"rootDir": "../",
"coverageDirectory": "<rootDir>/coverage/",
"transformIgnorePatterns": ["node_modules/(?!chalk/.*)"]
}