Skip to content

Commit

Permalink
remove test only
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrath committed Jun 22, 2021
1 parent 6865eb4 commit 758ed71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/5.repo.commit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ test('repo open-commondir-outside', async (t) => {
await repoTest(t, false);
});

test.only('repo open-commondir-inside', async (t) => {
test('repo open-commondir-inside', async (t) => {
/* This test creates a repo, and creates 2 commits.
1st commit: Add file 'foo'
2nd commit: Delete file 'foo'
Expand Down

0 comments on commit 758ed71

Please sign in to comment.