single.test.wrapper.js 300 B

12345678910111213
  1. /**
  2. * Created by Estevao on 10-07-2015.
  3. */
  4. /*
  5. var showdown = require('../dist/showdown.js'),
  6. bootstrap = require('./bootstrap.js'),
  7. assertion = bootstrap.assertion,
  8. testsuite = bootstrap.getTestSuite('test/features/');
  9. describe('makeHtml() single test', function () {
  10. 'use strict';
  11. });
  12. */