fix: prefer to use the same exports name if possible #1684
ci.yml
on: pull_request
Matrix: install_and_test
Matrix: install_and_test_win
release
0s
Annotations
7 errors
test/integration/esm-shims/index.test.ts > integration esm-shims > should work with ESM shims:
test/testing-utils/helpers.ts#L67
AssertionError: expected { …(1) } to match object { …(1) }
- Expected
+ Received
{
- "/home/runner/work/bunchee/bunchee/test/integration/esm-shims/dist/filename.mjs": "existed",
+ "/home/runner/work/bunchee/bunchee/test/integration/esm-shims/dist/filename.mjs": "missing",
}
❯ test/testing-utils/helpers.ts:67:10
❯ assertFilesContent test/testing-utils/helpers.ts:81:3
❯ test/integration/esm-shims/index.test.ts:19:5
|
Linux - Node 18
Process completed with exit code 1.
|
Linux - Node 20
The job was canceled because "_18" failed.
|
test/integration/esm-shims/index.test.ts > integration esm-shims > should work with ESM shims:
test/testing-utils/helpers.ts#L67
AssertionError: expected { …(1) } to match object { …(1) }
- Expected
+ Received
{
- "/home/runner/work/bunchee/bunchee/test/integration/esm-shims/dist/filename.mjs": "existed",
+ "/home/runner/work/bunchee/bunchee/test/integration/esm-shims/dist/filename.mjs": "missing",
}
❯ test/testing-utils/helpers.ts:67:10
❯ assertFilesContent test/testing-utils/helpers.ts:81:3
❯ test/integration/esm-shims/index.test.ts:19:5
|
Linux - Node 20
Process completed with exit code 1.
|
test/integration/esm-shims/index.test.ts > integration esm-shims > should work with ESM shims:
test/testing-utils/helpers.ts#L67
AssertionError: expected { …(1) } to match object { …(1) }
- Expected
+ Received
{
- "D:\\a\\bunchee\\bunchee\\test\\integration\\esm-shims\\dist\\filename.mjs": "existed",
+ "D:\\a\\bunchee\\bunchee\\test\\integration\\esm-shims\\dist\\filename.mjs": "missing",
}
❯ test/testing-utils/helpers.ts:67:10
❯ assertFilesContent test/testing-utils/helpers.ts:81:3
❯ test/integration/esm-shims/index.test.ts:19:5
|
Windows - Node 20
Process completed with exit code 1.
|