From 4d0bc78221ef46aaa7a1753bf3cdca050c93758a Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 6 Aug 2018 13:27:57 -0700 Subject: [PATCH] test: remove unused fileExists from index.mjs --- test/common/index.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/common/index.mjs b/test/common/index.mjs index 51cf2a31df8f0d..74194975f1fc26 100644 --- a/test/common/index.mjs +++ b/test/common/index.mjs @@ -33,7 +33,6 @@ const { mustCallAtLeast, mustCallAsync, hasMultiLocalhost, - fileExists, skipIfEslintMissing, canCreateSymLink, getCallSite, @@ -92,7 +91,6 @@ export { mustCallAtLeast, mustCallAsync, hasMultiLocalhost, - fileExists, skipIfEslintMissing, canCreateSymLink, getCallSite,