Skip to content

Commit

Permalink
added dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
vstirbu committed Jul 5, 2017
1 parent 31463d2 commit ecd3dc4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/utils.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
var assert = require('assert');

suite('Utilities test', () => {
test('Detects fenced diagram', () => {

});

test('Detects <div> diagram', () => {

});
});

0 comments on commit ecd3dc4

Please sign in to comment.