Skip to content

Commit

Permalink
dont create test dirs, let te tool do it for us
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored Dec 22, 2024
1 parent 04f9736 commit 36627c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/integration/cli.from-collected.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ describe('integration.cli.from-collected', () => {
const LATETS_NPM = '10'

const tmpRootRun = join(tmpRoot, 'with-prepared')
mkdirSync(tmpRootRun)

const _allDemoCases = indexNpmLsDemoData()
const useCases = [
Expand All @@ -57,8 +56,6 @@ describe('integration.cli.from-collected', () => {
]

describe.each(useCases)('$subject', (ud) => {
mkdirSync(join(tmpRootRun, ud.subject))

test.each(ud.demoCases)('$subject $args npm$npm node$node $os', async (dd) => {
const expectedOutSnap = join(demoResultsRoot, ud.subject, `${dd.subject}${dd.args}_npm${dd.npm}_node${dd.node}_${dd.os}.snap.json`)
const logFileBase = join(tmpRootRun, ud.subject, `${dd.subject}${dd.args}_npm${dd.npm}_node${dd.node}_${dd.os}`)
Expand Down

0 comments on commit 36627c1

Please sign in to comment.