mirror of
https://github.com/uppinote20/obsidian-auto-note-importer.git
synced 2026-07-22 05:48:42 +00:00
test(field-mapper): wire @tested markers to parity contract
- mapper-parity.test.ts의 @covers 4개에 대응하는 @tested 역링크 추가 - airtable/seatable/supabase field-mapper + provider-registry → @tested mapper-parity.test.ts - 양방향 테스트 커버리지 링크 무결성 완성
This commit is contained in:
parent
b07341701b
commit
2f4f86a2c8
4 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
* @handbook 4.4-provider-abstraction
|
||||
* @handbook 7.3-read-only-field-protection
|
||||
* @tested tests/services/airtable-field-mapper.test.ts
|
||||
* @tested tests/services/mapper-parity.test.ts
|
||||
*/
|
||||
|
||||
import type { FieldTypeMapper, StandardFieldType } from '../types';
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
*
|
||||
* @handbook 4.4-provider-abstraction
|
||||
* @tested tests/services/provider-registry.test.ts
|
||||
* @tested tests/services/mapper-parity.test.ts
|
||||
* @tested e2e:tests/e2e/run-seatable-e2e.mjs
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
* @handbook 4.4-provider-abstraction
|
||||
* @handbook 7.3-read-only-field-protection
|
||||
* @tested tests/services/seatable-field-mapper.test.ts
|
||||
* @tested tests/services/mapper-parity.test.ts
|
||||
* @tested e2e:tests/e2e/run-seatable-e2e.mjs
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
* @handbook 4.4-provider-abstraction
|
||||
* @handbook 7.3-read-only-field-protection
|
||||
* @tested tests/services/supabase-field-mapper.test.ts
|
||||
* @tested tests/services/mapper-parity.test.ts
|
||||
*/
|
||||
|
||||
import type { FieldTypeMapper, StandardFieldType } from '../types';
|
||||
|
|
|
|||
Loading…
Reference in a new issue