Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
geohacker committed Apr 28, 2020
1 parent 7823088 commit 05fce34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions __tests__/utils/nearest.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
import fs from 'fs'
import path from 'path'
import { findNearest } from '../../app/utils/nearest'
import { addNodes } from '../../app/services/nodecache'
import { findNearestPoint } from '../../app/utils/nearest'
import { findNearestPoint, addNodes } from '../../app/services/nodecache'

test('find nearest features for a node', async () => {
const features = JSON.parse(fs.readFileSync(path.join(__dirname, '../fixtures/osm-geojson-dc.geojson'), { 'encoding': 'utf-8' }))
Expand Down

0 comments on commit 05fce34

Please sign in to comment.