From 84e0c0615c264b3e48432abe6d44f030d2e6b0f2 Mon Sep 17 00:00:00 2001 From: Ali Naci Erdem Date: Sun, 20 Oct 2024 14:56:08 +0300 Subject: [PATCH] test: re-enable subtree tests --- test.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.mjs b/test.mjs index 8d7778f..9d131ce 100644 --- a/test.mjs +++ b/test.mjs @@ -113,7 +113,7 @@ describe('Smoke tests', () => { await runCommands(['init', 'init', ...commands, 'init -s submodule']); }, 240000); - test.skip('Can run a standard set of commands with subtree strategy', async () => { + test('Can run a standard set of commands with subtree strategy', async () => { await runCommands([ 'init -s subtree -d ./libdragon', 'init -s subtree -d ./libdragon',