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.