Skip to content

Commit

Permalink
test: re-enable subtree tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anacierdem committed Oct 20, 2024
1 parent bdd83fc commit 84e0c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 84e0c06

Please sign in to comment.