mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Updated test runner to correct require syntax
This commit is contained in:
parent
994d338eec
commit
5e477063df
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user