mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
revert directory mapping
This commit is contained in:
parent
748bf26479
commit
0582e4d1dc
4 changed files with 0 additions and 18 deletions
|
|
@ -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')
|
||||
// })
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue