Skip to content

Commit

Permalink
fixup!: adjust for prettier mangling
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer committed Jan 5, 2025
1 parent 8d5a891 commit 7c0f5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/pages/en/learn/test-runner/using-test-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ test('Check package.jsons', { concurrency: true }, async t => {
).map(path => import(path, { with: { type: 'json' } }))
);

// ⚠️ `t.test`, NOT `test`
const cases = pjsons.map(pjson =>
// ⚠️ `t.test`, NOT `test`
t.test(`Ensure fields are properly set: ${pjson.name}`, () => {
assert.partialDeepStrictEqual(pjson.keywords, [
'node.js',
Expand Down

0 comments on commit 7c0f5de

Please sign in to comment.