소스 검색

Updated test runner to correct require syntax

Titus 13 년 전
부모
커밋
5e477063df
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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'),