This commit is contained in:
Sander Declerck 2025-07-17 11:08:43 +02:00
parent 62a82cf57e
commit 2166bcc234
No known key found for this signature in database

View file

@ -2,7 +2,7 @@ import { describe, it } from "node:test";
import assert from "node:assert";
import { parsePackagesFromArguments } from "./parsePackagesFromArguments.js";
describe("standardYarnArgumentParser", () => {
describe("standardPnpmArgumentParser", () => {
it("should return an empty array for no changes", () => {
const args = [];