fix: set baseUrl if none is provided #183
Annotations
6 errors and 4 warnings
tests/transform.spec.ts > transform tests > test: transformCode (process aliases):
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
|
test (18.x, ubuntu-latest)
Process completed with exit code 1.
|
tests/transform.spec.ts > transform tests > test: transformCode (process aliases):
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
|
test (18.x, macos-latest)
Process completed with exit code 1.
|
tests/transform.spec.ts > transform tests > test: transformCode (process aliases):
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
|
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/
|
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/
|
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/
|