diff --git a/test/commands/update.test.ts b/test/commands/update.test.ts new file mode 100644 index 00000000..d402155d --- /dev/null +++ b/test/commands/update.test.ts @@ -0,0 +1,4 @@ +describe('update', () => { + it.skip('tests the updater', () => { + }) +})