We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eaa928 commit cad515cCopy full SHA for cad515c
test/test.js
@@ -34,7 +34,7 @@ describe('PostHTML-Parser test', function() {
34
35
it('should use default options when called with 1 param', function() {
36
parserWithMockedDeps('');
37
- expect(parserSpy.firstCall.args[1]).to.eql(parser.defaultOptions);
+ expect(parserSpy.firstCall.args[1]).to.eql(customOptions);
38
});
39
40
it('should use custom options when called with 2 params', function() {
0 commit comments