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