Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
cirospaciari committed Jan 4, 2025
1 parent 18e2081 commit e9df364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/js/bun/s3/s3.leak.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe.skipIf(!s3Options.accessKeyId)("s3", () => {
},
30 * 1000,
);
it.only(
it(
"s3().text() should not leak",
async () => {
const dir = tempDirWithFiles("s3-text-leak-fixture", {
Expand Down

0 comments on commit e9df364

Please sign in to comment.