update test_bundle.js ignored files
This commit is contained in:
parent
f1e1e51311
commit
841b3bb053
2 changed files with 23 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: update test_bundle.js ignored files
|
||||
merge_request:
|
||||
author:
|
|
@ -37,14 +37,33 @@ if (process.env.BABEL_ENV === 'coverage') {
|
|||
const troubleMakers = [
|
||||
'./blob_edit/blob_bundle.js',
|
||||
'./boards/boards_bundle.js',
|
||||
'./cycle_analytics/cycle_analytics_bundle.js',
|
||||
'./cycle_analytics/components/stage_plan_component.js',
|
||||
'./cycle_analytics/components/stage_staging_component.js',
|
||||
'./cycle_analytics/components/stage_test_component.js',
|
||||
'./commit/pipelines/pipelines_bundle.js',
|
||||
'./diff_notes/diff_notes_bundle.js',
|
||||
'./diff_notes/components/jump_to_discussion.js',
|
||||
'./diff_notes/components/resolve_count.js',
|
||||
'./dispatcher.js',
|
||||
'./environments/environments_bundle.js',
|
||||
'./filtered_search/filtered_search_bundle.js',
|
||||
'./graphs/graphs_bundle.js',
|
||||
'./issuable/issuable_bundle.js',
|
||||
'./issuable/time_tracking/time_tracking_bundle.js',
|
||||
'./main.js',
|
||||
'./merge_conflicts/merge_conflicts_bundle.js',
|
||||
'./merge_conflicts/components/inline_conflict_lines.js',
|
||||
'./merge_conflicts/components/parallel_conflict_lines.js',
|
||||
'./merge_request_widget/ci_bundle.js',
|
||||
'./monitoring/monitoring_bundle.js',
|
||||
'./network/network_bundle.js',
|
||||
'./network/branch_graph.js',
|
||||
'./profile/profile_bundle.js',
|
||||
'./protected_branches/protected_branches_bundle.js',
|
||||
'./snippet/snippet_bundle.js',
|
||||
'./terminal/terminal_bundle.js',
|
||||
'./users/users_bundle.js',
|
||||
];
|
||||
|
||||
describe('Uncovered files', function () {
|
||||
|
|
Loading…
Reference in a new issue