diff --git a/.gitignore b/.gitignore index f4513f5..caaf782 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ + diff --git a/__tests__/download/checksum/checksum.test.ts b/__tests__/download/checksum/checksum.test.ts index b52bd79..000f1f5 100644 --- a/__tests__/download/checksum/checksum.test.ts +++ b/__tests__/download/checksum/checksum.test.ts @@ -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";