From b87b2051a3d2195fd7d46caeab6ff6d4ef58eff4 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Wed, 26 Feb 2014 02:20:00 -0500 Subject: [PATCH] Added mocha.opts that sets reporter style to "spec" --- test/mocha.opts | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/mocha.opts diff --git a/test/mocha.opts b/test/mocha.opts new file mode 100644 index 0000000000..fb5f82427f --- /dev/null +++ b/test/mocha.opts @@ -0,0 +1 @@ +--reporter spec \ No newline at end of file