Files
appRobotVideoControls/jest.config.js
2026-05-23 10:42:13 +02:00

6 lines
131 B
JavaScript

module.exports = {
testPathIgnorePatterns: ["/test/data/screenshot/"],
watchPathIgnorePatterns: ["/test/data/screenshot/"]
};