Explorar el Código

Updated test runner to correct require syntax

Titus hace 13 años
padre
commit
5e477063df
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      test/run.js

+ 1 - 2
test/run.js

@@ -1,5 +1,4 @@
-
-var showdown    = new require('../src/showdown').Showdown,
+var showdown    = new require('../src/showdown'),
     convertor   = new showdown.converter(),
     fs          = require('fs'),
     path        = require('path'),