Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dando18 committed Dec 4, 2024
1 parent f9fd1f0 commit 78df009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/suite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function run(): Promise<void> {
const testsRoot = path.resolve(__dirname, '..');

return new Promise((c, e) => {
globSync('**/**.test.js', { cwd: testsRoot }).forEach( (file) => {
globSync('**/**.test.js', { cwd: testsRoot }).forEach(file => {
mocha.addFile(path.resolve(testsRoot, file));
});

Expand Down

0 comments on commit 78df009

Please sign in to comment.