Parcourir la source

Updated test runner to correct require syntax

Titus il y a 13 ans
Parent
commit
5e477063df
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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'),