Remove CoffeeScript register in specs
authorKevin Sawicki <kevinsawicki@gmail.com>
Tue, 12 Jan 2016 01:01:35 +0000 (17:01 -0800)
committerKevin Sawicki <kevinsawicki@gmail.com>
Wed, 13 Jan 2016 00:24:06 +0000 (16:24 -0800)
spec/static/index.html

index c909a88..e31fcff 100644 (file)
@@ -31,8 +31,6 @@
     remote.getCurrentWindow().inspectElement(e.clientX, e.clientY);
   }
 
-  require('coffee-script/register');  // Supports .coffee tests.
-
   // Rediret all output to browser.
   if (isCi) {
     global.__defineGetter__('console', function() {