mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-07 18:17:24 +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
|
||||
|
||||
# dotenv environment variables file
|
||||
|
||||
.env
|
||||
.env.test
|
||||
|
||||
|
|
@ -100,3 +100,4 @@ lib/**/*
|
|||
|
||||
# Idea IDEs (PyCharm, WebStorm, IntelliJ, etc)
|
||||
.idea/
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue