簡単な質問ですが、it
Node.js の Mocha で親 ( ) ステートメントの説明を取得する方法はありますか?
たとえば、次のようになります。
describe("Describe test", function(){
it("Describe this specific test", function(){
console.log(message); // Where message is "Describe this specific test"
});
});
これは主に、ログ ファイルを自動的かつ正確に書き込むために必要です。助けてくれてありがとう。