Browse Source

chore: re-enable test

Co-authored-by: deepak1556 <[email protected]>
trop[bot] 3 weeks ago
parent
commit
925ae1b986
1 changed files with 1 additions and 3 deletions
  1. 1 3
      spec/node-spec.ts

+ 1 - 3
spec/node-spec.ts

@@ -705,9 +705,7 @@ describe('node feature', () => {
       expect(code).to.equal(1);
     });
 
-    // TODO(deepak1556): will be enabled in follow-up PR
-    // https://github.com/electron/electron/pull/46210
-    it.skip('does not allow --require in utility process of packaged apps', async () => {
+    it('does not allow --require in utility process of packaged apps', async () => {
       const appPath = path.join(fixtures, 'apps', 'node-options-utility-process');
       // App should exit with code 1.
       const child = childProcess.spawn(process.execPath, [appPath], {