From b9f0753cca787aaf6e1b1b1967b78a04c713e7e5 Mon Sep 17 00:00:00 2001 From: Takuto Wada Date: Fri, 13 Dec 2024 17:30:36 +0900 Subject: [PATCH] chore: fix node test runner args for Node22 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47a213b..2c434a8 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "preversion": "npm test", "lint": "semistandard --verbose index.js lib test | snazzy", "fmt": "semistandard --fix index.js lib test", - "test": "npm run lint && node --test test/" + "test": "npm run lint && node --test" }, "semistandard": { "ignore": [