From 01480f5dd260e2779a5b85e632b43ad081e8ea0a Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Tue, 3 Apr 2018 11:38:09 -0400 Subject: [PATCH] Improve formatting --- test/_test.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/_test.js b/test/_test.js index b78313f27..864242da2 100644 --- a/test/_test.js +++ b/test/_test.js @@ -1,7 +1,4 @@ -/* - * vim: ts=4:sw=4:expandtab - */ -mocha.setup("bdd"); +mocha.setup('bdd'); window.assert = chai.assert; window.PROTO_ROOT = '../protos';