(condition: boolean)
| 3 | import { longestCommonPathPrefix, pathToPosix } from './path' |
| 4 | |
| 5 | const testIf = (condition: boolean) => (condition ? test : test.skip) |
| 6 | const describeIf = (condition: boolean) => (condition ? describe : describe.skip) |
| 7 | |
| 8 | describe('pathToPosix', () => { |