From c4389ad70f63b1aec9430b225bd084bf8b99833c Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 9 Dec 2015 18:12:19 -0800 Subject: [PATCH] Remove grep value setting --- spec/static/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/static/index.html b/spec/static/index.html index 2053ca4..ea86f6e 100644 --- a/spec/static/index.html +++ b/spec/static/index.html @@ -56,7 +56,6 @@ mocha.ui('bdd').reporter(isCi ? 'tap' : 'html'); var query = Mocha.utils.parseQuery(window.location.search || ''); - query.grep = 'app.exit' if (query.grep) mocha.grep(query.grep); if (query.invert) mocha.invert(); -- 2.7.4