ohif-viewer/tests/utils/screenShotPaths.ts

14 lines
257 B
TypeScript
Raw Normal View History

/**
* Paths to the screenshots of the tests.
*/
const screenShotPaths = {
mpr: {
mprDisplayedCorrectly: 'mprDisplayedCorrectly.png',
},
length: {
lengthDisplayedCorrectly: 'lengthDisplayedCorrectly.png',
},
};
export { screenShotPaths };