diff --git a/test/helper.js b/test/helper.js index 9c04fef39..f7d1b129d 100644 --- a/test/helper.js +++ b/test/helper.js @@ -16,7 +16,6 @@ const HOST = platform + '-' + arch const BY_ARCH = path.join('by-arch', HOST, 'bin', `pear-runtime${isWindows ? '.exe' : ''}`) const PLATFORM_DIR = global.Pear.config.pearDir const { pathname } = new URL(global.Pear.config.applink) - const NO_GC = global.Pear.config.args.includes('--no-tmp-gc') class Helper extends IPC {