Skip to content

Commit

Permalink
keep cleanup at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
ruy-dan committed Jul 1, 2024
1 parent 345fefc commit d2313d0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/05-commands.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ test('pear stage --json <channel> <dir>', async function ({ plan, alike, is }) {
is(code, 0)
})

test('commands cleanup', rig.cleanup)

test.todo('pear init -y')
test.todo('pear init -y --force')
test.todo('pear init -y --type <type>')
Expand Down Expand Up @@ -255,6 +253,5 @@ test.skip('pear run <dir> --updates-diff --no-updates')
test.skip('pear run <dir> --store <path> --tmp-store')
test.skip('pear run <dir> --entrypoint <path> --appling <path>')
test.skip('pear info --full-changelog --changelog')
test.skip('pear info --no-key --key')
test.skip('pear stage --name <name-a> --name <name-b> <channel> <dir>')
test.skip('pear init -y --type <desktop> --type <terminal>')

test('commands cleanup', rig.cleanup)

0 comments on commit d2313d0

Please sign in to comment.