mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
14 lines
300 B
JavaScript
14 lines
300 B
JavaScript
|
/**
|
||
|
* Created by Estevao on 10-07-2015.
|
||
|
*/
|
||
|
/*
|
||
|
var showdown = require('../dist/showdown.js'),
|
||
|
bootstrap = require('./bootstrap.js'),
|
||
|
assertion = bootstrap.assertion,
|
||
|
testsuite = bootstrap.getTestSuite('test/features/');
|
||
|
|
||
|
describe('makeHtml() single test', function () {
|
||
|
'use strict';
|
||
|
});
|
||
|
*/
|