import assert from 'assert/strict'; import test from 'node:test'; test('1 is equal to 1.', () => { assert.strictEqual(1, 1); });