Jasmine date mocking with moment.js

后端 未结 3 769
忘了有多久
忘了有多久 2021-02-18 14:07

I\'m using moment.js for date/time in my application, but it seems like it doesn\'t play well with Jasmine\'s mocking capabilities. I\'ve put together a test suite below that sh

3条回答
  •  没有蜡笔的小新
    2021-02-18 14:37

    Check out how moment mock dates themselves in their own test suite: https://github.com/moment/moment/blob/2e2a5b35439665d4b0200143d808a7c26d6cd30f/src/test/moment/now.js#L15

提交回复
热议问题