randomm mods

This commit is contained in:
jadevee 2025-06-13 23:34:28 -04:00
parent ce42a54b09
commit 7d2eec5637
2 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View file

@ -65,7 +65,7 @@ typings/
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
.env.test
@ -100,3 +100,4 @@ lib/**/*
# Idea IDEs (PyCharm, WebStorm, IntelliJ, etc)
.idea/

View file

@ -1,9 +1,9 @@
import { expect, test, it } from "@jest/globals";
import { expect, test, it }
import {
isknownVersion,
validateChecksum,
} from "../../../src/download/checksum/checksum";
from "../../../src/download/checksum/checksum";
}
test("checksum should match", async () => {
const validChecksum =
"f3da96ec7e995debee7f5d52ecd034dfb7074309a1da42f76429ecb814d813a3";