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'),
|
||||||
var showdown = new require('../src/showdown').Showdown,
|
|
||||||
convertor = new showdown.converter(),
|
convertor = new showdown.converter(),
|
||||||
fs = require('fs'),
|
fs = require('fs'),
|
||||||
path = require('path'),
|
path = require('path'),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user