From d2313d0fe8093057ffb6ead70a46c8a7d587df47 Mon Sep 17 00:00:00 2001 From: ruy-dan Date: Fri, 28 Jun 2024 18:04:30 +0200 Subject: [PATCH] keep cleanup at the end --- test/05-commands.test.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/test/05-commands.test.js b/test/05-commands.test.js index 8e2d0a543..4a837c324 100644 --- a/test/05-commands.test.js +++ b/test/05-commands.test.js @@ -58,8 +58,6 @@ test('pear stage --json ', 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 ') @@ -255,6 +253,5 @@ test.skip('pear run --updates-diff --no-updates') test.skip('pear run --store --tmp-store') test.skip('pear run --entrypoint --appling ') test.skip('pear info --full-changelog --changelog') -test.skip('pear info --no-key --key') -test.skip('pear stage --name --name ') -test.skip('pear init -y --type --type ') + +test('commands cleanup', rig.cleanup)