We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2549d5 commit fc92f0eCopy full SHA for fc92f0e
test.js
@@ -1,6 +1,6 @@
1
'use strict';
2
var assert = require('assert');
3
-var githubMarkdownCss = require('./index');
+var githubMarkdownCss = require('./');
4
5
it('should get the GitHub Markdown CSS', function (cb) {
6
this.timeout(20000);
0 commit comments