mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-16 15:47:25 +00:00
fix(utils/testing): add missing trace() API logger in testbed
This commit is contained in:
parent
c54cc77e01
commit
0ba8d86ea7
@ -14,7 +14,8 @@ class Embark {
|
||||
debug: sinon.fake(),
|
||||
info: sinon.fake(),
|
||||
warn: sinon.fake(),
|
||||
error: sinon.fake()
|
||||
error: sinon.fake(),
|
||||
trace: sinon.fake()
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user