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: 80a0c2a46a061a3b146606cfaaa303d8ffd7821d (plain)
1
2
3
4
5
6
export default () => ({
  endpoint: '',
  testReports: {},
  selectedSuite: {},
  isLoading: false,
});