Skip to content

Commit

Permalink
Use production, not unminified, code in marked spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulroub committed Mar 20, 2018
1 parent 9752b71 commit 0b05ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/marked-spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var marked = require('../../marked.js');
var marked = require('../../marked.min.js');

it('should run the test', function () {
expect(marked('Hello World!')).toBe('<p>Hello World!</p>\n');
Expand Down

0 comments on commit 0b05ac9

Please sign in to comment.