From 110f1f8b75a074b546739e6c039b5e169901e41b Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 9 Jun 2016 17:00:13 -0700 Subject: [PATCH] Tweak error message --- spec/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/static/index.html b/spec/static/index.html index 6a3e4417c901..61647c03d47c 100644 --- a/spec/static/index.html +++ b/spec/static/index.html @@ -54,7 +54,7 @@ if (isCi) { mocha.grep = function () { try { - throw new Error('it.only or describe.only was called') + throw new Error('A spec contains a call to it.only or describe.only and should be reverted.') } catch (error) { console.error(error.stack || error) }