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;