We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.only
1 parent e56b7e8 commit d336d53Copy full SHA for d336d53
test/bundle.test.ts
@@ -26,7 +26,7 @@ describe("bundle size", () => {
26
expect(gzipSize).toBeLessThanOrEqual(1000); // <1kb
27
});
28
29
- it.only("hash", async () => {
+ it("hash", async () => {
30
const code = /* js */ `
31
import { hash } from "../src";
32
hash("")
0 commit comments