Merge pull request #5639 from wonga00/more_tests

Added more validation tests
This commit is contained in:
Andrew Wong
2018-12-21 16:49:11 -05:00
committed by GitHub
9 changed files with 236 additions and 4 deletions
@@ -1,11 +1,11 @@
import * as d3 from 'd3';
import { dispatch as d3_dispatch } from 'd3-dispatch';
import _filter from 'lodash-es/filter';
import { utilRebind } from '../util/rebind';
export function IssueManager(context) {
var dispatch = d3.dispatch('reload'),
var dispatch = d3_dispatch('reload'),
self = {},
issues = [];