Skip to content

Commit

Permalink
Minor test adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzealot committed Dec 18, 2021
1 parent 0ed29e7 commit 9ee099b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ for (let w of cli_what) {
this.timeout(120000)
this.slow(120000)
for (const t of glob.sync(path.join(__dirname, w))) {
it(cap(path.basename(t).split('_').join(' ')), function() {
it(path.basename(t).split('_').join(' '), function() {
const command = read(t, 'command')
const output_path = exists(t, 'path') ? read(t, 'path') : 'output'
fs.removeSync(output_path)
Expand Down

0 comments on commit 9ee099b

Please sign in to comment.