Estevao Soares dos Santos 8 жил өмнө
parent
commit
ed6a687013

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "showdown",
-  "version": "1.6.1",
+  "version": "1.6.2",
   "description": "A Markdown to HTML converter written in Javascript",
   "author": "Estevão Santos",
   "homepage": "http://showdownjs.github.io/showdown/",

+ 1 - 1
test/node/performance.js

@@ -35,7 +35,7 @@ function runTests() {
     .add('Simple "Hello World"', function () {
       converter.makeHtml('*Hello* **World**!');
     })
-    .add('readme.md', {
+    .add('performance.testfile.md', {
       prepare: function () {
         return testMDFile;
       },