Skip to content

Commit

Permalink
Revert "cjs"
Browse files Browse the repository at this point in the history
This reverts commit d8a7288.
  • Loading branch information
dai-shi committed Oct 22, 2023
1 parent d8a7288 commit e2269c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/memoryleaks.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import childProcess from 'child_process'
import { exec } 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 e2269c1

Please sign in to comment.