Skip to content

Commit 19fe278

Browse files
committed
test(tools): require actual module to support jest v30
1 parent c7c4eef commit 19fe278

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/workspace-plugin/src/executors/generate-api/executor.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const fixturesRootDir = join(__dirname, '__fixtures__');
1919

2020
jest.mock('node:child_process', () => {
2121
return {
22+
...jest.requireActual('node:child_process'),
2223
execSync: jest.fn(),
2324
};
2425
});

0 commit comments

Comments
 (0)