mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-20 15:51:46 +00:00
randomm mods
This commit is contained in:
parent
ce42a54b09
commit
7d2eec5637
2 changed files with 5 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -65,7 +65,7 @@ typings/
|
||||||
# Yarn Integrity file
|
# Yarn Integrity file
|
||||||
.yarn-integrity
|
.yarn-integrity
|
||||||
|
|
||||||
# dotenv environment variables file
|
|
||||||
.env
|
.env
|
||||||
.env.test
|
.env.test
|
||||||
|
|
||||||
|
|
@ -100,3 +100,4 @@ lib/**/*
|
||||||
|
|
||||||
# Idea IDEs (PyCharm, WebStorm, IntelliJ, etc)
|
# Idea IDEs (PyCharm, WebStorm, IntelliJ, etc)
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
import { expect, test, it } from "@jest/globals";
|
import { expect, test, it }
|
||||||
import {
|
import {
|
||||||
isknownVersion,
|
isknownVersion,
|
||||||
validateChecksum,
|
validateChecksum,
|
||||||
} from "../../../src/download/checksum/checksum";
|
from "../../../src/download/checksum/checksum";
|
||||||
|
}
|
||||||
test("checksum should match", async () => {
|
test("checksum should match", async () => {
|
||||||
const validChecksum =
|
const validChecksum =
|
||||||
"f3da96ec7e995debee7f5d52ecd034dfb7074309a1da42f76429ecb814d813a3";
|
"f3da96ec7e995debee7f5d52ecd034dfb7074309a1da42f76429ecb814d813a3";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue