Jest 中鉤子函數

首先,咱們來寫一個類,並把它放入一個文件 counter.js 中,代碼以下。api class Counter { constructor () { this.number = 0 } addOne () { this.number += 1 } minusOne () { this.number -= 1
相關文章
相關標籤/搜索