Skip to content

Commit 0ba8d86

Browse files
0x-r4bbitiurimatias
authored andcommitted
fix(utils/testing): add missing trace() API logger in testbed
1 parent c54cc77 commit 0ba8d86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/utils/testing/src/embark.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ class Embark {
1414
debug: sinon.fake(),
1515
info: sinon.fake(),
1616
warn: sinon.fake(),
17-
error: sinon.fake()
17+
error: sinon.fake(),
18+
trace: sinon.fake()
1819
};
1920
}
2021

0 commit comments

Comments
 (0)