mirror of
https://github.com/electron/electron.git
synced 2026-03-19 03:02:02 -04:00
test: correct typo in node-spec.ts comment (#49141)
fix: correct typo in node-spec.ts comment
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user