1
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
markdown-it-katex/test/all.js
2016-04-21 12:06:29 -05:00

9 lines
137 B
JavaScript

var tape = require('tape'),
mdk = require('../index');
tape("hello tape", function(t){
t.plan(1);
t.assert(true, "it works!");
});