We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a08bc2 commit bb328d5Copy full SHA for bb328d5
apps/site/util/__tests__/authorUtils.test.mjs
@@ -63,7 +63,7 @@ describe('getAuthorWithId', () => {
63
{
64
name: 'The Node.js Project',
65
nickname: 'nodejs',
66
- fallback: 'TNJP',
+ fallback: 'NJTSC',
67
url: 'https://github.com/nodejs',
68
image: 'https://avatars.githubusercontent.com/nodejs',
69
},
@@ -77,7 +77,7 @@ describe('getAuthorWithName', () => {
77
78
expect(result).toEqual([
79
80
- name: 'The Node.js Project',
+ name: 'Node.js Technical Steering Committee',
81
82
fallback: 'TNJP',
83
0 commit comments