revert directory mapping

This commit is contained in:
Martin Fillafer 2023-03-24 14:08:03 +01:00
parent 748bf26479
commit 0582e4d1dc
4 changed files with 0 additions and 18 deletions

View file

@ -9,13 +9,4 @@ describe('getBasePath', () => {
expect(result).toBe('C:/Users/Michal/Workspace/dorny/test-check/reports/jest/')
})
// it('tracked file contains part of the path', () => {
// const path = 'mnt/extra-addons/product_changes/tests/first_test.py'
// const trackedFiles = ['addons/product_changes/tests/first_test.py']
//
// const result = getBasePath(path, trackedFiles)
//
// expect(result).toBe('addons/product_changes/tests/first_test.py')
// })
})