Skip to content
Snippets Groups Projects
Commit 7282dbea authored by Constance Okoghenun's avatar Constance Okoghenun
Browse files

Fixed failing test

parent 0af391d2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -180,6 +180,7 @@ var Dispatcher;
.then(callDefault)
.catch(fail);
break;
case 'projects:boards:show':
case 'projects:boards:index':
import('./pages/projects/boards')
.then(callDefault)
Loading
Loading
Loading
Loading
@@ -113,7 +113,6 @@ if (process.env.BABEL_ENV === 'coverage') {
// exempt these files from the coverage report
const troubleMakers = [
'./blob_edit/blob_bundle.js',
'./boards/index.js',
'./cycle_analytics/cycle_analytics_bundle.js',
'./cycle_analytics/components/stage_plan_component.js',
'./cycle_analytics/components/stage_staging_component.js',
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment