From a1f452af21034d18b88b2b7106009b2c8d1ee410 Mon Sep 17 00:00:00 2001 From: "R.J. Steinert" Date: Tue, 24 Sep 2019 05:58:28 -0400 Subject: [PATCH] Fix test file name --- ...{pouchdb-cluster-sync_test.html => pouchdb-cluster_test.html} | 1 + 1 file changed, 1 insertion(+) rename test/{pouchdb-cluster-sync_test.html => pouchdb-cluster_test.html} (98%) 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() {