Use production, not unminified, code in marked spec test

This commit is contained in:
Paul Roub 2018-03-20 17:09:30 -04:00
parent 697af11e53
commit de18d8a726

View File

@ -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');