Skip to content

Commit

Permalink
improve deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
billybonks committed Feb 28, 2018
1 parent f36997a commit ab26ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab26ae0

Please sign in to comment.