Enable lib tests

This commit is contained in:
Tom MacWright
2016-09-05 10:22:45 -04:00
parent e659bd75e9
commit ed135ce9ef
43 changed files with 48 additions and 43 deletions

View File

@@ -1,7 +1,7 @@
import * as d3 from 'd3';
import _ from 'lodash';
import { rebind } from '../util/rebind';
import { d3combobox } from '../../js/lib/d3.combobox.js';
import { d3combobox } from '../lib/d3.combobox.js';
import { t } from '../util/locale';
import { triggerEvent } from '../util/trigger_event';
import { tooltip } from '../util/tooltip';