Commit 7282dbea authored by Constance Okoghenun's avatar Constance Okoghenun

Fixed failing test

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