我試圖運行這個jestJS單元測試,但我確實得到了TypeError: Promise resolver undefined is not a function。我究竟做錯了什麼? it('_onSubmit() should throw error if data is missing', (done) => {
const createUserMutation =() => new
我寫這我想與特拉維斯CI使用的NPM模塊。我的測試是用Jest編寫的,當我從本地命令行運行時,所有測試都通過了。 然而,我將它們上傳到github上(https://github.com/jaysaurus/echo-handler)時,特拉維斯運行我的代碼,並吐出了以下異常: 0.69s$ npm test
> [email protected] test /home/travis/buil