(targetPath: string)
| 39 | } |
| 40 | |
| 41 | function slashPath(targetPath: string): string { |
| 42 | return targetPath.replaceAll('\\', '/'); |
| 43 | } |
| 44 | |
| 45 | describe('Vite local alias policy', () => { |
| 46 | it('does not enable sibling gsplat aliases for release builds by default', () => { |
no outgoing calls
no test coverage detected