doctest風のJavaScriptテストツール
評価したい式; // => 期待する評価結果
Transform JavaScript AST
->
assert(評価したい式 === 期待する評価結果);