From ab26ae0a2dca719cfe528dc30d1cedff0ff86b46 Mon Sep 17 00:00:00 2001 From: billybonks Date: Wed, 28 Feb 2018 21:33:50 +0800 Subject: [PATCH] improve deprecation message --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 981d6e5..69cc4c6 100644 --- a/index.js +++ b/index.js @@ -99,7 +99,7 @@ class StyleLinter extends Filter { //TODO:remove this deprecation on v2 release if(this.testGenerator === oldGenerator){ - console.warn(`The old default generator will be removed in 2.0. To migrate specify the testingFramework option in 2.0 it will default to qunit`); + console.warn(`After 2.0 the default test generator will be removed in favour of a standard one, To migrate specify the "testingFramework" option in 2.0 it will default to qunit`); } //TODO:remove this deprecation on v2 release