From d38662afaf839c0a2cd9d97fc808ffb97ea1dcf0 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Fri, 22 Dec 2023 21:15:15 +0300 Subject: [PATCH] #207: typo --- src/commands/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/test.js b/src/commands/test.js index ec14db8..c995e5b 100644 --- a/src/commands/test.js +++ b/src/commands/test.js @@ -22,7 +22,7 @@ * SOFTWARE. */ -const {mvnw} = require('../mvnw'); +const {mvnw, flags} = require('../mvnw'); /** * Command to run all available unit tests.