Skip to content

Commit

Permalink
Update tests/options.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 28, 2023
1 parent 2162e1f commit 548d616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const runTests = async(description, dir, options, expectedUnused) => {
const result = await findAsync(dir, options);

try {
console.log(`Running, ${description}...`);
console.log(`Running ${description}...`);
if (result.unused.length === expectedUnused.length) {
console.log('Test passed!');
} else {
Expand Down

0 comments on commit 548d616

Please sign in to comment.