Skip to content

Commit 86ad611

Browse files
committed
remove 'only' in tests
1 parent f688c11 commit 86ad611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hub/src/utils/XetBlob.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ describe("XetBlob", () => {
215215
});
216216
});
217217

218-
describe.only("when mocked", () => {
218+
describe("when mocked", () => {
219219
describe("loading many chunks every read", () => {
220220
it("should load different slices", async () => {
221221
const chunk1Content = "hello";

0 commit comments

Comments
 (0)