diff --git a/dist/index.html b/dist/index.html
index d5f0f2200..ba9406762 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -43,7 +43,6 @@
Maps JSAPI Samples
place-autocomplete-element
place-autocomplete-map
place-text-search
- test-example
ui-kit-customization
ui-kit-place-details
ui-kit-place-details-compact
diff --git a/dist/samples/map-simple/app/index.ts b/dist/samples/map-simple/app/index.ts
index e0c827a44..7a89f7b2e 100644
--- a/dist/samples/map-simple/app/index.ts
+++ b/dist/samples/map-simple/app/index.ts
@@ -3,7 +3,7 @@
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
-
+// TEST COMMENT 001
// [START maps_map_simple]
let map: google.maps.Map;
async function initMap(): Promise {
@@ -15,4 +15,4 @@ async function initMap(): Promise {
}
initMap();
-// [END maps_map_simple]
\ No newline at end of file
+// [END maps_map_simple]
diff --git a/dist/samples/map-simple/docs/index.js b/dist/samples/map-simple/docs/index.js
index 7d309de90..237fa8300 100644
--- a/dist/samples/map-simple/docs/index.js
+++ b/dist/samples/map-simple/docs/index.js
@@ -4,6 +4,7 @@
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
+// TEST COMMENT 001
// [START maps_map_simple]
let map;
async function initMap() {
diff --git a/dist/samples/map-simple/docs/index.ts b/dist/samples/map-simple/docs/index.ts
index e0c827a44..7a89f7b2e 100644
--- a/dist/samples/map-simple/docs/index.ts
+++ b/dist/samples/map-simple/docs/index.ts
@@ -3,7 +3,7 @@
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
-
+// TEST COMMENT 001
// [START maps_map_simple]
let map: google.maps.Map;
async function initMap(): Promise {
@@ -15,4 +15,4 @@ async function initMap(): Promise {
}
initMap();
-// [END maps_map_simple]
\ No newline at end of file
+// [END maps_map_simple]
diff --git a/dist/samples/map-simple/jsfiddle/demo.js b/dist/samples/map-simple/jsfiddle/demo.js
index a4b4b5443..b954a1176 100644
--- a/dist/samples/map-simple/jsfiddle/demo.js
+++ b/dist/samples/map-simple/jsfiddle/demo.js
@@ -4,6 +4,7 @@
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
+// TEST COMMENT 001
let map;
async function initMap() {
diff --git a/index.html b/index.html
index d5f0f2200..ba9406762 100644
--- a/index.html
+++ b/index.html
@@ -43,7 +43,6 @@ Maps JSAPI Samples
place-autocomplete-element
place-autocomplete-map
place-text-search
- test-example
ui-kit-customization
ui-kit-place-details
ui-kit-place-details-compact
diff --git a/package-lock.json b/package-lock.json
index ebe147030..acb87ea24 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -609,10 +609,6 @@
"resolved": "samples/place-text-search",
"link": true
},
- "node_modules/@js-api-samples/test-example": {
- "resolved": "samples/test-example",
- "link": true
- },
"node_modules/@js-api-samples/ui-kit-customization": {
"resolved": "samples/ui-kit-customization",
"link": true
@@ -2465,7 +2461,8 @@
},
"samples/test-example": {
"name": "@js-api-samples/test-example",
- "version": "1.0.0"
+ "version": "1.0.0",
+ "extraneous": true
},
"samples/ui-kit-customization": {
"name": "@js-api-samples/ui-kit-customization",