Remove hidden files from debug fixtures targets. (#287)
This commit is contained in:
parent
c478c429ea
commit
e54cef60a5
@ -75,6 +75,7 @@ const buildTest = (opts) => {
|
||||
|
||||
describe("debug output", () => {
|
||||
fs.readdirSync(fixtureLoc).forEach((testName) => {
|
||||
if (testName.slice(0, 1) === ".") return;
|
||||
const testLoc = path.join(fixtureLoc, testName);
|
||||
|
||||
const opts = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user