diff --git a/tests/memoryleaks.test.ts b/tests/memoryleaks.test.ts index db6f4d6e..7a5f42e3 100644 --- a/tests/memoryleaks.test.ts +++ b/tests/memoryleaks.test.ts @@ -1,6 +1,8 @@ -import { exec } from 'child_process' +import childProcess from 'child_process' import { describe, expect, it } from 'vitest' +const { exec } = childProcess + describe('no memory leaks with proxy', () => { const runTest = async (code: string) => { const testCode = `