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
+1 -1
View File
@@ -1,6 +1,6 @@
import * as d3 from 'd3';
import _ from 'lodash';
import { d3keybinding } from '../../js/lib/d3.keybinding.js';
import { d3keybinding } from '../lib/d3.keybinding.js';
import { ChangeTags, CopyEntities, Move as MoveAction} from '../actions/index';
import { Extent, pointInPolygon } from '../geo/index';
import { Move as MoveMode } from '../modes/index';