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

state.js « test_reports « stores « pipelines « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af79521d68ada85a391030d729448f9abb9951fa (plain)
1
2
3
4
5
6
7
export default ({ summaryEndpoint = '', suiteEndpoint = '' }) => ({
  summaryEndpoint,
  suiteEndpoint,
  testReports: {},
  selectedSuiteIndex: null,
  isLoading: false,
});