diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-04 17:45:14 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-04 17:45:14 +1000 |
commit | c44dca4697a768c452a9bf48ef5d9e326dfd652c (patch) | |
tree | 1fd7c4a7feaef713395f5a4bc1a6a44671bf570c /test/cluster.js | |
parent | e63aa8fdbbe8008df701bede1f91b559abbacdf7 (diff) |
update tests
Diffstat (limited to 'test/cluster.js')
-rw-r--r-- | test/cluster.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cluster.js b/test/cluster.js index ddec552..51d60a1 100644 --- a/test/cluster.js +++ b/test/cluster.js @@ -1,6 +1,6 @@ const test = require('tape') -const cluster = require('../cluster.js') +const cluster = require('../lib/cluster.js') const A = { type: 'Feature', |