fix: set baseUrl if none is provided #183
Annotations
2 errors and 1 warning
tests/transform.spec.ts#L188
AssertionError: dynamic import with inside subfolder with wildcard alias at root level: expected 'import { Sample } from \'../../test\'…' to deeply equal 'import {Sample} from \'./test\';'
- Expected
+ Received
- import {Sample} from './test';
+ import { Sample } from '../../test';
+
❯ tests/transform.spec.ts:188:87
❯ tests/transform.spec.ts:187:11
|
|
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/
|
The logs for this run have expired and are no longer available.
Loading