diff --git a/test/pouchdb-cluster-sync_test.html b/test/pouchdb-cluster_test.html
similarity index 98%
rename from test/pouchdb-cluster-sync_test.html
rename to test/pouchdb-cluster_test.html
index 67d19c7..ad70995 100644
--- a/test/pouchdb-cluster-sync_test.html
+++ b/test/pouchdb-cluster_test.html
@@ -19,6 +19,7 @@
import { uuidv4 } from 'uuid'
import EventEmitterMixin from 'event-emitter-mixin'
+ import PouchDbCluster from '../pouchdb-cluster.js'
class SimulationNetworkInterface extends EventEmitterMixin() {