We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650bc48 commit 058d91aCopy full SHA for 058d91a
1 file changed
test/fixtures.test.ts
@@ -3,11 +3,6 @@ import { x } from "tinyexec";
3
import { describe, it, expect } from "vitest";
4
import fg from "fast-glob";
5
6
-const nodeMajorVersion = Number.parseInt(
7
- process.versions.node.split(".")[0],
8
- 10,
9
-);
10
-
11
describe("fixtures", async () => {
12
const jitiPath = resolve(__dirname, "../lib/jiti-cli.mjs");
13
0 commit comments