Skip to content

Commit d336d53

Browse files
committedFeb 19, 2025
chore: remove .only from test
1 parent e56b7e8 commit d336d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/bundle.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe("bundle size", () => {
2626
expect(gzipSize).toBeLessThanOrEqual(1000); // <1kb
2727
});
2828

29-
it.only("hash", async () => {
29+
it("hash", async () => {
3030
const code = /* js */ `
3131
import { hash } from "../src";
3232
hash("")

0 commit comments

Comments
 (0)