fix: Use relative paths in .po file source comments #16
Annotations
8 errors and 1 warning
tests/utils/fs-helpers.spec.ts > normalizeFilePath > should handle Windows-style paths correctly:
tests/utils/fs-helpers.spec.ts#L34
AssertionError: expected 'C:/Users/User/project/src/file.ts' to be 'project/src/file.ts' // Object.is equality
- Expected
+ Received
- project/src/file.ts
+ C:/Users/User/project/src/file.ts
❯ tests/utils/fs-helpers.spec.ts:34:71
|
build (ubuntu-latest, 18.x)
Process completed with exit code 1.
|
build (windows-latest, 18.x)
The job was canceled because "ubuntu-latest_18_x" failed.
|
build (windows-latest, 18.x)
The operation was canceled.
|
build (windows-latest, 20.x)
The job was canceled because "ubuntu-latest_18_x" failed.
|
build (windows-latest, 20.x)
The operation was canceled.
|
build (ubuntu-latest, 20.x)
The job was canceled because "ubuntu-latest_18_x" failed.
|
build (ubuntu-latest, 20.x)
A task was canceled.
|
build (ubuntu-latest, 18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|