test: correct typo in node-spec.ts comment (#49141)

fix: correct typo in node-spec.ts comment
This commit is contained in:
yureiblack
2026-02-26 12:33:06 +05:30
committed by GitHub
parent 8d05285a1f
commit ca0995aa04

View File

@@ -28,7 +28,7 @@ describe('node feature', () => {
expect(msg).to.equal('message');
});
it('Has its module searth paths restricted', async () => {
it('Has its module search paths restricted', async () => {
const child = childProcess.fork(path.join(fixtures, 'module', 'module-paths.js'));
const [msg] = await once(child, 'message');
expect(msg.length).to.equal(2);