+
+
+ region
+
+
+ Region
+
+
+
+`;
diff --git a/packages/hurumap-core/src/LocationTag/LocationTag.test.js b/packages/hurumap-core/src/LocationTag/LocationTag.test.js
new file mode 100644
index 000000000..d0f30811e
--- /dev/null
+++ b/packages/hurumap-core/src/LocationTag/LocationTag.test.js
@@ -0,0 +1,11 @@
+import { render } from "@commons-ui/testing-library";
+import * as React from "react";
+
+import LocationTag from "./LocationTag";
+
+describe("LocationTag", () => {
+ it("renders unchanged", () => {
+ const { container } = render(