Fix issue with nested imports #163
Annotations
2 errors and 4 warnings
tests/utils.spec.ts > utils tests > test: parseTsAliases:
tests/utils.spec.ts#L166
AssertionError: expected [ { find: /^@\/(.+)$/(.+)$, …(1) } ] to strictly equal [ { find: /^@\/(.+)$/(.+)$, …(1) } ]
- Expected
+ Received
Array [
Object {
"find": /^@\/(.+)$/,
- "replacement": "/tmp/fake/project/root/at/$1",
+ "replacement": "D:/tmp/fake/project/root/at/$1",
},
]
❯ tests/utils.spec.ts:166:7
|
test (18.x, windows-latest)
Process completed with exit code 1.
|
test (18.x, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, 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/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, 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/
|
test (18.x, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, 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/
|
test (18.x, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, 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/
|