chore: remove walkdir dev dependency (#42591)
This commit is contained in:
parent
ba8ad4716b
commit
24d6c28b5a
4 changed files with 10 additions and 19 deletions
|
@ -148,7 +148,7 @@ app.whenReady().then(async () => {
|
|||
};
|
||||
|
||||
const { getFiles } = require('./get-files');
|
||||
const testFiles = await getFiles(__dirname, { filter });
|
||||
const testFiles = await getFiles(__dirname, filter);
|
||||
for (const file of testFiles.sort()) {
|
||||
mocha.addFile(file);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue