Staff report: add CustomField → StaffFieldDescriptor mapper with tests

This commit is contained in:
Joel Brock
2026-06-05 14:45:20 -07:00
parent d737950a3d
commit d31faf2def
3 changed files with 185 additions and 1 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"build": "next build",
"start": "next start",
"lint": "eslint",
"sync-help": "node --env-file=.env.local scripts/sync-help-from-civi.mjs"
"sync-help": "node --env-file=.env.local scripts/sync-help-from-civi.mjs",
"test:mapping": "node --test lib/staff-field-mapping.test.mjs"
},
"dependencies": {
"next": "16.2.6",