Minor test adjustments
This commit is contained in:
parent
0ed29e7e1d
commit
9ee099b16c
3 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue