Skip to content

Instantly share code, notes, and snippets.

@washingtonsoares
Created March 20, 2020 09:15
Show Gist options
  • Save washingtonsoares/9de344bcf020c36e573e9801b19e0684 to your computer and use it in GitHub Desktop.
Save washingtonsoares/9de344bcf020c36e573e9801b19e0684 to your computer and use it in GitHub Desktop.
import dayjs from 'dayjs';
jest.mock("dayjs", () => {
const format = jest.fn(() => '02:58:33');
return jest.fn().mockImplementation(() => ({
format
}))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment