Skip to content

Commit

Permalink
fix(utils/testing): add missing trace() API logger in testbed
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-r4bbit authored and iurimatias committed Feb 26, 2020
1 parent c54cc77 commit 0ba8d86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/utils/testing/src/embark.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class Embark {
debug: sinon.fake(),
info: sinon.fake(),
warn: sinon.fake(),
error: sinon.fake()
error: sinon.fake(),
trace: sinon.fake()
};
}

Expand Down

0 comments on commit 0ba8d86

Please sign in to comment.