Browse Source

Updated test runner to correct require syntax

Titus 13 năm trước cách đây
mục cha
commit
5e477063df
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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'),