luhmann/hired

View on GitHub
src/stores/__mocks__/mobx-utils.ts

Summary

Maintainability
A
0 mins
Test Coverage
const mobxUtils = jest.genMockFromModule('mobx-utils')

mobxUtils.now = () => (+new Date(2017, 1, 14, 15, 22))

module.exports = mobxUtils