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)