Skip to content

Commit 7463d74

Browse files
committed
remove only modifier
1 parent b319903 commit 7463d74

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
@@ -15,7 +15,7 @@ describe("XetBlob", () => {
1515
expect(await blob.slice(10, 22).text()).toBe("__metadata__");
1616
}, 30_000);
1717

18-
describe.only("bg4_regoup_bytes", () => {
18+
describe("bg4_regoup_bytes", () => {
1919
it("should regroup bytes when the array is %4 length", () => {
2020
expect(bg4_regoup_bytes(new Uint8Array([1, 5, 2, 6, 3, 7, 4, 8]))).toEqual(
2121
new Uint8Array([1, 2, 3, 4, 5, 6, 7, 8])

0 commit comments

Comments
 (0)