We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8947f3 + 3a06911 commit 114cb11Copy full SHA for 114cb11
1 file changed
test/jest/__tests__/store/cffstr.jest.spec.ts
@@ -16,7 +16,7 @@ describe('useCffstr', () => {
16
}
17
const cffstrFields = [
18
{ field: 'abstract', value: 'Description', cffFunction: cff.setAbstract },
19
- { field: 'authors', value: [{ 'given-names': 'John', 'last-name': 'Doe', orcid: 'https://1234-1234-1234-123X' }], cffFunction: cff.setAuthors },
+ { field: 'authors', value: [{ 'given-names': 'John', 'family-names': 'Doe', orcid: 'https://1234-1234-1234-123X' }], cffFunction: cff.setAuthors },
20
{ field: 'commit', value: '1234567890abcde', cffFunction: cff.setCommit },
21
{ field: 'date-released', value: '2022-01-01', cffFunction: cff.setDateReleased },
22
{ field: 'identifiers', value: [{ type: 'doi', value: '10.5281/zenodo.5171937' }], cffFunction: cff.setIdentifiers },
0 commit comments