ohif-viewer/tests/utils/screenShotPaths.ts

11 lines
178 B
TypeScript

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