Use production, not unminified, code in marked spec test
This commit is contained in:
parent
697af11e53
commit
de18d8a726
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user