From 014156ca7c48b12fdb25588a5d9343925d077895 Mon Sep 17 00:00:00 2001 From: Ashley Taylor Date: Thu, 25 Jun 2020 10:43:23 +1200 Subject: [PATCH] wrong variable --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 6faacc82..0544bcbe 100644 --- a/index.js +++ b/index.js @@ -41,7 +41,7 @@ const path = require("path"); .replace(/$.*/g, "") .replace(/\./g, "/"); const filePathGlob = `${testSrcPath}${klass}.*`; - const filePaths = await glob.create(filePath, { + const filePaths = await glob.create(filePathGlob, { followSymbolicLinks: false, }); let filePath;