這個問題主要是傳遞 Date 物件當建構子參數的function,要被 deprecate 掉了,所以不能直接傳 Date 進去。
錯誤訊息
1 | Deprecation warning: value provided is not in a recognized ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info. |
解法
1 | it('date convert moment format', function() { |