We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf9c14 commit 463ed6dCopy full SHA for 463ed6d
apps/site/util/__tests__/author.test.mjs
@@ -55,10 +55,10 @@ describe('getAuthorWithId', () => {
55
const result = getAuthorWithId(['nodejs'], true);
56
assert.deepEqual(result, [
57
{
58
- name: 'Node.js Technical Steering Committee',
+ name: 'Node.js Release Working Group',
59
nickname: 'nodejs',
60
- fallback: 'NJTSC',
61
- url: 'https://github.com/nodejs/tsc',
+ fallback: 'NJRWG',
+ url: 'https://github.com/nodejs/release',
62
image: 'https://avatars.githubusercontent.com/nodejs',
63
},
64
]);
0 commit comments