タグ

2020年5月6日のブックマーク (1件)

  • Node.js — Node v14.2.0 (Current)

    Contributed by ConorDavenport - #31982. Console groupIndentation option The Console constructor (require('console').Console) now supports different group indentations. This is useful in case you want different grouping width than 2 spaces. const { Console } = require('console'); const customConsole = new Console({ stdout: process.stdout, stderr: process.stderr, groupIndentation: 10, }); customCons

    Node.js — Node v14.2.0 (Current)
    Shisama
    Shisama 2020/05/06
    関数が呼ばれた回数を検証する assert.CallTracker が入った。これを使うことでコールバック関数が呼ばれた回数を検証することができる