6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
|
|
module.exports = {
|
|
testPathIgnorePatterns: ["/test/data/screenshot/"],
|
|
watchPathIgnorePatterns: ["/test/data/screenshot/"]
|
|
};
|