mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix typo
This commit is contained in:
parent
62a82cf57e
commit
2166bcc234
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import { describe, it } from "node:test";
|
||||||
import assert from "node:assert";
|
import assert from "node:assert";
|
||||||
import { parsePackagesFromArguments } from "./parsePackagesFromArguments.js";
|
import { parsePackagesFromArguments } from "./parsePackagesFromArguments.js";
|
||||||
|
|
||||||
describe("standardYarnArgumentParser", () => {
|
describe("standardPnpmArgumentParser", () => {
|
||||||
it("should return an empty array for no changes", () => {
|
it("should return an empty array for no changes", () => {
|
||||||
const args = [];
|
const args = [];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue