Skip to content

Commit

Permalink
fix: rm dev code;
Browse files Browse the repository at this point in the history
  • Loading branch information
denisx committed May 30, 2024
1 parent 8055354 commit 5dd8527
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/getHashDigest.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@ describe("getHashDigest()", () => {
expect(hashDigest).toBe(test[4]);
}
);

// it('for', () => {
// for(let i = 0; i < 100; i += 1) {
// const result = loaderUtils.getHashDigest(`a-${i}`, "xxhash64", "base64")
// expect(result).toMatch(/^[a-zA-Z_][a-zA-Z\d-_]*$/g);
// }
// })
});
});

Expand Down

0 comments on commit 5dd8527

Please # to comment.