11 lines
178 B
TypeScript
11 lines
178 B
TypeScript
|
|
/**
|
||
|
|
* Paths to the screenshots of the tests.
|
||
|
|
*/
|
||
|
|
const screenShotPaths = {
|
||
|
|
mpr: {
|
||
|
|
mprDisplayedCorrectly: 'mprDisplayedCorrectly.png',
|
||
|
|
},
|
||
|
|
};
|
||
|
|
|
||
|
|
export { screenShotPaths };
|