From 40133b42dfd7e11d12e78fc5e9c8acb7fdb1f39f Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Tue, 28 Sep 2021 11:49:06 -0600 Subject: [PATCH] chore: typo --- src/algorithms/supercluster.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/supercluster.test.ts b/src/algorithms/supercluster.test.ts index 7269e24a..a9afd5ac 100644 --- a/src/algorithms/supercluster.test.ts +++ b/src/algorithms/supercluster.test.ts @@ -14,7 +14,7 @@ * limitations under the License. */ -import { SuperClusterAlgorithm } from "./superCluster"; +import { SuperClusterAlgorithm } from "./supercluster"; import { initialize } from "@googlemaps/jest-mocks"; let map: google.maps.Map;