rangement/tests/templates.test.js

13 lines
257 B
JavaScript
Raw Normal View History

2023-07-05 23:11:46 +02:00
xdescribe('detection and renaming of templated file names', () => {
xtest('should detect screenshot pattern', () => {
})
xtest('should rename screenshot pattern', () => {
})
xtest('should give the folder where to store screenshots', () => {
})
})