很简单的问题,有没有办法it
在 Node.js 上获取 Mocha 中父 () 语句的描述?
例如:
describe("Describe test", function(){
it("Describe this specific test", function(){
console.log(message); // Where message is "Describe this specific test"
});
});
我主要需要它来自动准确地编写日志文件。谢谢你的帮助。