Skip to content

Commit

Permalink
wrong variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-taylor committed Jun 24, 2020
1 parent 942ad4f commit 014156c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 014156c

Please sign in to comment.