diff --git a/test/cases/001_cube.yaml b/test/cases/cube.yaml similarity index 100% rename from test/cases/001_cube.yaml rename to test/cases/cube.yaml diff --git a/test/cases/001_cube___cases_cube_stl.stl b/test/cases/cube___cases_cube_stl.stl similarity index 100% rename from test/cases/001_cube___cases_cube_stl.stl rename to test/cases/cube___cases_cube_stl.stl diff --git a/test/index.js b/test/index.js index b552c62..c836545 100644 --- a/test/index.js +++ b/test/index.js @@ -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)