mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
error-meta.spec.ts was the only test importing via the package self-reference subpath @sp/sync-providers/log, which exports maps to ./dist/log.mjs — requiring a tsup build that 'npm test' never runs, so vitest could not resolve it. Import ../../src/log like the other 15 test files and drop the now-dead tsconfig.spec path mapping that only existed to satisfy that import's typecheck. |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| .gitignore | ||
| package.json | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||