Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Error logs should not be visible anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Aug 24, 2018
1 parent 3eb66fa commit a9b2a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/model/operation/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe( 'transform', () => {
};

it( 'error logging', () => {
const spy = sinon.spy( log, 'error' );
const spy = sinon.stub( log, 'error' );

const nodeA = new Node();
const nodeB = new Node();
Expand Down

0 comments on commit a9b2a69

Please sign in to comment.