super-productivity/packages/sync-providers
Johannes Millan 49ac0ca823 test(sync-providers): import log helpers from source, not built subpath
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.
2026-06-03 16:34:51 +02:00
..
src fix(sync): guard fresh-client first sync against data-loss trap & decrypt-race (#7980) 2026-06-03 16:01:16 +02:00
tests test(sync-providers): import log helpers from source, not built subpath 2026-06-03 16:34:51 +02:00
.gitignore build: ignore files 2026-05-13 19:59:02 +02:00
package.json feat(sync): add OneDrive sync provider with PKCE auth (#7523) 2026-05-26 15:31:06 +02:00
tsconfig.build.json refactor(sync): post-extraction review cleanup of @sp/sync-core and @sp/sync-providers (#7595) 2026-05-14 13:06:08 +02:00
tsconfig.json refactor(sync): post-extraction review cleanup of @sp/sync-core and @sp/sync-providers (#7595) 2026-05-14 13:06:08 +02:00
tsconfig.spec.json test(sync-providers): import log helpers from source, not built subpath 2026-06-03 16:34:51 +02:00
tsup.config.ts feat(sync): add OneDrive sync provider with PKCE auth (#7523) 2026-05-26 15:31:06 +02:00
vitest.config.ts refactor(sync-providers): @xmldom/xmldom to devDeps + global DOMParser 2026-05-12 22:22:42 +02:00