TS rewrite + Migrate build tooling from Vite to tsdown #90
test.yml
on: pull_request
Unit tests
11s
Check types
9s
Build
16s
Lint
9s
Audit packages
5s
Annotations
4 errors
|
Lint
Process completed with exit code 1.
|
|
Unit tests
Process completed with exit code 1.
|
|
src/index.test.ts:
src/index.test.ts#L3
Error: Cannot find module '../dist/index.js' imported from '/home/runner/work/css-code-quality/css-code-quality/src/index.test.ts'
❯ src/index.test.ts:3:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
|
|
src/core.test.ts:
src/core.test.ts#L2
Error: Cannot find module '../dist/core.js' imported from '/home/runner/work/css-code-quality/css-code-quality/src/core.test.ts'
❯ src/core.test.ts:2:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
|