iRSSの日記

はてなダイアリーiRSSの日記の続き

2020-07-26から1日間の記事一覧

mochaに起動時にいろいろ(カスタム引数を渡すとか)やる

.mocharc.jsにてbootstrapをrequire "use strict"; const { dirname } = require("path"); module.exports = { require: [ __dirname + "/test/bootstrap"], timeout: 10000, }; /test/bootstrap.jsがmocha起動時に実行される // project root dir 基準の mo…