diff --git a/bin/cli-helpers.js b/bin/cli-helpers.js index c453c42..0e1595c 100644 --- a/bin/cli-helpers.js +++ b/bin/cli-helpers.js @@ -13,7 +13,7 @@ function loadVerifyExamplesConfig(configPath) { try { verifyExamples = require(configPath); if (verifyExamples["root"] !== undefined) { - throw new Error( + console.warn( "elm-verify-examples.json: 'root' is no longer a valid key. It defaults to point one directory up from `/tests`." ); }