feat(log): error display with separate color #31
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import {startApplication, stopApplication} from "../tests/application";
|
||||
global.logT = (...args) => {console.log(...args)}
|
||||
global.logTE = (...args) => {console.log('error', ...args)}
|
||||
|
||||
describe("application", () => {
|
||||
before(startApplication);
|
||||
|
Reference in New Issue
Block a user