Node 18 Full Repack -
To prevent confusion between core Node.js modules and community packages on npm, Node 18 encouraged (and in some cases required) the use of the node: prefix.
import test from 'node:test'; import assert from 'node:assert'; test('top-level test', async (t) => { await t.test('subtest 1', (t) => { assert.strictEqual(1, 1); }); }); Use code with caution. 3. The V8 Engine Upgrade (Version 10.1) node 18 full
Node.js 18 introduced the node:test module, a move toward reducing dependency fatigue. To prevent confusion between core Node