Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fixtures.js « fake_date « __helpers__ « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fcf9d4a9c64c4434784eec1c8d6fcd92a2002b6f (plain)
1
2
3
4
import { useFakeDate } from './jest';

// Also see spec/support/helpers/javascript_fixtures_helpers.rb
export const useFixturesFakeDate = () => useFakeDate(2015, 6, 3, 10);