6 lines
110 B
JSON
6 lines
110 B
JSON
|
{
|
||
|
"preset": "jest-preset-stylelint",
|
||
|
"setupFiles": ["./jest.setup.js"],
|
||
|
"testMatch": ["**/test/*.js"]
|
||
|
}
|