Skip to content

Commit

Permalink
cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Oct 22, 2023
1 parent af119af commit d8a7288
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/memoryleaks.test.ts
Original file line number Diff line number Diff line change
@@ -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 = `
Expand Down

0 comments on commit d8a7288

Please sign in to comment.