Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix python cloudbuild test #4795

Merged
merged 8 commits into from
Dec 13, 2024

add download files step

264e3b5
Select commit
Loading
Failed to load commit list.
Merged

Fix python cloudbuild test #4795

add download files step
264e3b5
Select commit
Loading
Failed to load commit list.
Google Cloud Build / website-pull-request-npm (datcom-ci) succeeded Dec 13, 2024 in 5m 21s

Summary

Build Information

Trigger website-pull-request-npm
Build af9c4abb-23d5-4e9f-ada3-89cddf23c3a1
Start 2024-12-13T10:39:06-08:00
Duration 4m37.217s
Status SUCCESS

Steps

Step Status Duration
client-test SUCCESS 4m29.444s

Details

starting build "af9c4abb-23d5-4e9f-ada3-89cddf23c3a1"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/datacommonsorg/website
 * branch            264e3b56ea4abeeee2129641280fae998e9534ee -> FETCH_HEAD
Updating files:  99% (2257/2271)
Updating files: 100% (2271/2271)
Updating files: 100% (2271/2271), done.
HEAD is now at 264e3b5 add download files step
BUILD
Pulling image: gcr.io/datcom-ci/node:2023-04-18
2023-04-18: Pulling from datcom-ci/node
b85a868b505f: Pulling fs layer
4bc2eda9354f: Pulling fs layer
a407a484e74b: Pulling fs layer
cc6fff309142: Pulling fs layer
09be68c4cfd1: Pulling fs layer
731235790440: Pulling fs layer
c5abebb95d4b: Pulling fs layer
5bbd1805fb9a: Pulling fs layer
cc6fff309142: Waiting
09be68c4cfd1: Waiting
731235790440: Waiting
c5abebb95d4b: Waiting
d776b8633801: Pulling fs layer
5bbd1805fb9a: Waiting
69557e2e6d84: Pulling fs layer
fd363b01034b: Pulling fs layer
2d1795f3fed1: Pulling fs layer
d776b8633801: Waiting
69557e2e6d84: Waiting
2d1795f3fed1: Waiting
fd363b01034b: Waiting
4bc2eda9354f: Verifying Checksum
4bc2eda9354f: Download complete
b85a868b505f: Verifying Checksum
b85a868b505f: Download complete
cc6fff309142: Download complete
09be68c4cfd1: Verifying Checksum
09be68c4cfd1: Download complete
a407a484e74b: Verifying Checksum
a407a484e74b: Download complete
731235790440: Verifying Checksum
731235790440: Download complete
c5abebb95d4b: Verifying Checksum
c5abebb95d4b: Download complete
5bbd1805fb9a: Verifying Checksum
5bbd1805fb9a: Download complete
d776b8633801: Verifying Checksum
d776b8633801: Download complete
b85a868b505f: Pull complete
4bc2eda9354f: Pull complete
69557e2e6d84: Verifying Checksum
69557e2e6d84: Download complete
2d1795f3fed1: Verifying Checksum
2d1795f3fed1: Download complete
a407a484e74b: Pull complete
cc6fff309142: Pull complete
09be68c4cfd1: Pull complete
fd363b01034b: Verifying Checksum
fd363b01034b: Download complete
731235790440: Pull complete
c5abebb95d4b: Pull complete
5bbd1805fb9a: Pull complete
d776b8633801: Pull complete
69557e2e6d84: Pull complete
fd363b01034b: Pull complete
2d1795f3fed1: Pull complete
Digest: sha256:522ac836e9cd422e4155df912895225eb849387b336d0e9c1c68bbd83e31c702
Status: Downloaded newer image for gcr.io/datcom-ci/node:2023-04-18
gcr.io/datcom-ci/node:2023-04-18
### Running lint
[email protected] /workspace/static
+-- @typescript-eslint/[email protected]
| +-- @typescript-eslint/[email protected]
| | `-- [email protected] deduped
| +-- @typescript-eslint/[email protected]
| | +-- [email protected]
| | | `-- [email protected] deduped
| | `-- [email protected] deduped
| `-- [email protected] deduped
+-- @typescript-eslint/[email protected]
| `-- [email protected] deduped
+-- [email protected] extraneous
| `-- [email protected] deduped
+-- [email protected]
| `-- [email protected] deduped
+-- [email protected]
| `-- [email protected] deduped
+-- [email protected]
| `-- [email protected] deduped
+-- [email protected]
| `-- [email protected] deduped
+-- [email protected]
| `-- [email protected] deduped
`-- [email protected]


> [email protected] test-lint
> eslint .


/workspace/static/js/admin/page.tsx
  59:21  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  65:20  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/base/components/header_bar/header_logo.tsx
  58:22  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  76:18  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/diff/app.tsx
   31:1   warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
   46:27  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
   59:21  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
   89:21  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  106:21  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  124:19  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  138:19  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  149:19  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/eval_embeddings/app.tsx
   30:3   warning  Identifier 'base_uae_mem' is not in camel case  camelcase
   31:3   warning  Identifier 'medium_ft' is not in camel case     camelcase
   62:32  warning  Missing return type on function                 @typescript-eslint/explicit-function-return-type
   88:23  warning  Missing return type on function                 @typescript-eslint/explicit-function-return-type
   98:28  warning  Missing return type on function                 @typescript-eslint/explicit-function-return-type
  105:23  warning  Missing return type on function                 @typescript-eslint/explicit-function-return-type
  144:25  warning  Missing return type on function                 @typescript-eslint/explicit-function-return-type
  163:25  warning  Missing return type on function                 @typescript-eslint/explicit-function-return-type
  205:25  warning  Missing return type on function                 @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/eval_embeddings/index_score_box.tsx
   70:6   warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  163:22  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  173:22  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/eval_retrieval_generation/app.tsx
  75:3  warning  Missing return type on function                                                                                      @typescript-eslint/explicit-function-return-type
  97:6  warning  React Hook useEffect has a missing dependency: 'handleUserSignIn'. Either include it or remove the dependency array  react-hooks/exhaustive-deps

/workspace/static/js/apps/eval_retrieval_generation/call_feedback.tsx
   89:6   warning  React Hook useEffect has a missing dependency: 'evalType'. Either include it or remove the dependency array  react-hooks/exhaustive-deps
  109:6   warning  React Hook useEffect has a missing dependency: 'evalType'. Either include it or remove the dependency array  react-hooks/exhaustive-deps
  149:35  warning  Missing return type on function                                                                              @typescript-eslint/explicit-function-return-type
  153:24  warning  Missing return type on function                                                                              @typescript-eslint/explicit-function-return-type
  172:24  warning  Missing return type on function                                                                              @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/eval_retrieval_generation/claim_counter.tsx
  35:20  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  42:20  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/eval_retrieval_generation/eval_list.tsx
   43:23  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
   51:21  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  114:27  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  131:26  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  152:22  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/eval_retrieval_generation/feedback_navigation.tsx
  153:21  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  165:16  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  173:25  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  179:16  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  187:21  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  199:25  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  206:18  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/eval_retrieval_generation/overall_feedback.tsx
  152:6   warning  React Hook useEffect has a missing dependency: 'evalType'. Either include it or remove the dependency array  react-hooks/exhaustive-deps
  200:24  warning  Missing return type on function                                                                              @typescript-eslint/explicit-function-return-type
  207:24  warning  Missing return type on function                                                                              @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/eval_retrieval_generation/query_section.tsx
   90:21  warning  Missing return type on function                                                                                    @typescript-eslint/explicit-function-return-type
   93:21  warning  Missing return type on function                                                                                    @typescript-eslint/explicit-function-return-type
  227:6   warning  React Hook useEffect has a missing dependency: 'props.evalType'. Either include it or remove the dependency array  react-hooks/exhaustive-deps

/workspace/static/js/apps/eval_retrieval_generation/rag_ans_feedback.tsx
  114:24  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  121:26  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  157:35  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  183:35  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/eval_retrieval_generation/sxs/app.tsx
   86:6  warning  React Hook useEffect has missing dependencies: 'props' and 'setSessionQueryId'. Either include them or remove the dependency array  react-hooks/exhaustive-deps
  126:6  warning  React Hook useEffect has a missing dependency: 'handleUserSignIn'. Either include it or remove the dependency array                 react-hooks/exhaustive-deps

/workspace/static/js/apps/eval_retrieval_generation/sxs/eval_list.tsx
   38:23  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
   47:21  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
   95:26  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  113:22  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/eval_retrieval_generation/sxs/feedback_form.tsx
  39:34  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  44:30  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/eval_retrieval_generation/sxs/navigation.tsx
  72:21  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  78:21  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  84:18  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/eval_retrieval_generation/sxs/sxs_feedback.tsx
  67:26  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/explore/app.tsx
  136:6   warning  React Hook useEffect has missing dependencies: 'handleHashChange' and 'props.isDemo'. Either include them or remove the dependency array  react-hooks/exhaustive-deps
  327:7   warning  Identifier 'page_title' is not in camel case                                                                                              camelcase
  328:7   warning  Identifier 'page_location' is not in camel case                                                                                           camelcase
  390:26  warning  Missing return type on function                                                                                                           @typescript-eslint/explicit-function-return-type
  447:34  warning  Missing return type on function                                                                                                           @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/explore/autoplay.tsx
  108:6  warning  React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect  react-hooks/exhaustive-deps

/workspace/static/js/apps/explore/search_section.tsx
  60:17  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/explore/sidebar.tsx
  61:28  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  81:34  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/explore/success_result.tsx
   98:3   warning  React Hook "useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?  react-hooks/rules-of-hooks
  162:22  warning  Missing return type on function                                                                                                                                                              @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/topic_page/page_selector.tsx
   21:8   warning  'axios' is defined but never used                  @typescript-eslint/no-unused-vars
   24:10  warning  'CustomInput' is defined but never used            @typescript-eslint/no-unused-vars
   38:10  warning  'placeOptions' is assigned a value but never used  @typescript-eslint/no-unused-vars
  160:10  warning  'selectPlace' is defined but never used            @typescript-eslint/no-unused-vars
  168:10  warning  'selectTopic' is defined but never used            @typescript-eslint/no-unused-vars

/workspace/static/js/apps/visualization/app.tsx
  32:10  warning  'VIS_TYPE_CONFIG' is defined but never used  @typescript-eslint/no-unused-vars
  75:42  warning  Missing return type on function              @typescript-eslint/explicit-function-return-type
  80:56  warning  Missing return type on function              @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/visualization/app_context.tsx
  118:16  warning  Missing return type on function                                                                                                                                                                                                                               @typescript-eslint/explicit-function-return-type
  124:27  warning  Missing return type on function                                                                                                                                                                                                                               @typescript-eslint/explicit-function-return-type
  129:18  warning  Missing return type on function                                                                                                                                                                                                                               @typescript-eslint/explicit-function-return-type
  133:17  warning  Missing return type on function                                                                                                                                                                                                                               @typescript-eslint/explicit-function-return-type
  140:24  warning  Missing return type on function                                                                                                                                                                                                                               @typescript-eslint/explicit-function-return-type
  155:3   warning  Missing return type on function                                                                                                                                                                                                                               @typescript-eslint/explicit-function-return-type
  157:7   warning  Identifier 'page_title' is not in camel case                                                                                                                                                                                                                  camelcase
  158:7   warning  Identifier 'page_location' is not in camel case                                                                                                                                                                                                               camelcase
  177:6   warning  React Hook useEffect has missing dependencies: 'updateContextValue' and 'visType'. Either include them or remove the dependency array                                                                                                                         react-hooks/exhaustive-deps
  194:6   warning  React Hook useEffect has missing dependencies: 'childPlaceTypes' and 'isContextLoading'. Either include them or remove the dependency array                                                                                                                   react-hooks/exhaustive-deps
  218:6   warning  React Hook useEffect has missing dependencies: 'enclosedPlaceType' and 'visTypeConfig.skipEnclosedPlaceType'. Either include them or remove the dependency array                                                                                              react-hooks/exhaustive-deps
  238:6   warning  React Hook useEffect has a missing dependency: 'isContextLoading'. Either include it or remove the dependency array                                                                                                                                           react-hooks/exhaustive-deps
  262:6   warning  React Hook useEffect has missing dependencies: 'isContextLoading' and 'visTypeConfig'. Either include them or remove the dependency array                                                                                                                     react-hooks/exhaustive-deps
  278:6   warning  React Hook useEffect has missing dependencies: 'isContextLoading', 'places', and 'statVars'. Either include them or remove the dependency array. You can also do a functional update 'setPlaces(p => ...)' if you only need 'places' in the 'setPlaces' call  react-hooks/exhaustive-deps
  298:6   warning  React Hook useEffect has a missing dependency: 'isContextLoading'. Either include it or remove the dependency array                                                                                                                                           react-hooks/exhaustive-deps

/workspace/static/js/apps/visualization/chart_footer.tsx
  61:33  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/visualization/info.tsx
  21:8  warning  '_' is defined but never used  @typescript-eslint/no-unused-vars

/workspace/static/js/apps/visualization/place_selector.tsx
  51:6   warning  React Hook useEffect has a missing dependency: 'selectedPlaces'. Either include it or remove the dependency array                                                                                                                                                                         react-hooks/exhaustive-deps
  57:6   warning  React Hook useEffect has missing dependencies: 'selectedPlaces' and 'visTypeConfig.singlePlace'. Either include them or remove the dependency array. You can also do a functional update 'setSelectedPlaces(s => ...)' if you only need 'selectedPlaces' in the 'setSelectedPlaces' call  react-hooks/exhaustive-deps
  70:30  warning  Missing return type on function                                                                                                                                                                                                                                                           @typescript-eslint/explicit-function-return-type
  96:24  warning  Missing return type on function                                                                                                                                                                                                                                                           @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/visualization/place_type_selector.tsx
  43:6   warning  React Hook useEffect has a missing dependency: 'selectedPlaceType'. Either include it or remove the dependency array  react-hooks/exhaustive-deps
  63:31  warning  Missing return type on function                                                                                       @typescript-eslint/explicit-function-return-type
  85:22  warning  Missing return type on function                                                                                       @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/visualization/selected_options.tsx
   44:5   warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
   98:36  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  109:36  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  138:38  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  145:43  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  152:32  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  169:37  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  188:30  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  206:37  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/visualization/selector_pane.tsx
  63:6  warning  React Hook useEffect has missing dependencies: 'availableSelectors' and 'getSelectors'. Either include them or remove the dependency array  react-hooks/exhaustive-deps

/workspace/static/js/apps/visualization/selector_wrapper.tsx
  21:8  warning  '_' is defined but never used  @typescript-eslint/no-unused-vars

/workspace/static/js/apps/visualization/stat_var_selector.tsx
   68:6   warning  React Hook useEffect has a missing dependency: 'selectedStatVars'. Either include it or remove the dependency array. You can also do a functional update 'setSelectedStatVars(s => ...)' if you only need 'selectedStatVars' in the 'setSelectedStatVars' call  react-hooks/exhaustive-deps
   74:6   warning  React Hook useEffect has a missing dependency: 'selectedStatVars'. Either include it or remove the dependency array                                                                                                                                             react-hooks/exhaustive-deps
   89:6   warning  React Hook useEffect has missing dependencies: 'props.selectOnContinue', 'selectedStatVars', and 'visTypeConfig'. Either include them or remove the dependency array                                                                                            react-hooks/exhaustive-deps
  123:24  warning  Missing return type on function                                                                                                                                                                                                                                 @typescript-eslint/explicit-function-return-type
  138:21  warning  Missing return type on function                                                                                                                                                                                                                                 @typescript-eslint/explicit-function-return-type
  161:38  warning  Missing return type on function                                                                                                                                                                                                                                 @typescript-eslint/explicit-function-return-type
  174:24  warning  Missing return type on function                                                                                                                                                                                                                                 @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/visualization/vis_type_configs/map_config.tsx
   57:30  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
   90:22  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  135:27  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/visualization/vis_type_configs/scatter_config.tsx
   79:18  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
   89:18  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  125:30  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/visualization/vis_type_configs/timeline_config.tsx
   63:25  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  117:30  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  166:28  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/apps/visualization/vis_type_selector.tsx
  35:22  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/biomedical/disease/types.ts
  17:10  warning  'NamedNode' is defined but never used  @typescript-eslint/no-unused-vars

/workspace/static/js/biomedical/landing/card.tsx
  46:12  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  60:23  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  62:12  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/biomedical/landing/header_and_search_section.tsx
  51:14  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  54:14  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  67:14  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  80:14  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/biomedical/landing/highlights_section.tsx
  68:12  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/biomedical/landing/multi_line_search_box.tsx
   48:26  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
   54:12  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
   87:30  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  112:19  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  115:20  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/biomedical/landing/shared_styled_components.ts
  26:17  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  30:12  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  45:14  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  49:14  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type

/workspace/static/js/biomedical/protein/chart.ts
  195:7  warning  'GRAPH_HEIGHT_L' is assigned a value but never used  @typescript-eslint/no-unused-vars
  257:3  warning  Missing return type on function                      @typescript-eslint/explicit-function-return-type
  268:3  warning  Missing return type on function                      @typescript-eslint/explicit-function-return-type

/workspace/static/js/biomedical/protein/protein_protein_interaction_graph.tsx
  134:24  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  180:27  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  196:27  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  213:27  warning  Missing return type on function  @typescript-eslint/explicit-function-return-type
  225:24  warning  Missing return type on function  @typescript-eslint/explicit-function-retu
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/cloud-build/builds/af9c4abb-23d5-4e9f-ada3-89cddf23c3a1?project=879489846695.]
...
rides.css generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/app.js generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/app.js generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/bs-init.js generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/bs-init.js generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/creative.js generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/creative.js generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/particles.js generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/particles.js generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/style.css generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/iitm/style.css generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/stanford/overrides.css generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/stanford/overrides.css generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/unsdg/overrides.css generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/unsdg/overrides.css generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/feedingamerica/css/overrides.css generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/feedingamerica/css/overrides.css generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/unsdg/css/custom.css generate SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin custom_dc/unsdg/css/custom.css generated SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin resolve sources
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin scatter.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin scatter.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin map.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin map.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin stat_var.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin stat_var.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin dev.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin dev.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin diff.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin diff.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin timeline.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin timeline.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin timeline_bulk_download.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin timeline_bulk_download.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin mcf_playground.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin mcf_playground.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin queryStore.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin queryStore.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin base.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin base.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin place.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin place.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin place_landing.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin place_landing.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin dev_place.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin dev_place.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin topic_page.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin topic_page.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin explore_landing.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin explore_landing.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin explore.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin explore.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin eval_embeddings.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin eval_embeddings.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin eval_retrieval_generation.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin eval_retrieval_generation.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin eval_retrieval_generation_sxs.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin eval_retrieval_generation_sxs.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin ranking.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin ranking.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin browser.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin browser.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin browser_landing.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin browser_landing.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin biomedical_landing.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin biomedical_landing.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin disease.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin disease.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin protein.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin protein.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin screenshot.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin screenshot.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin search.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin search.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin download.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin download.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin import_wizard.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin import_wizard.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin import_wizard2.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin import_wizard2.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin about.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin about.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin admin.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin admin.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin build.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin build.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin disaster_dashboard.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin disaster_dashboard.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin event.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin event.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin sustainability.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin sustainability.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin datacommons.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin datacommons.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin homepage.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin homepage.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin homepage_custom_dc.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin homepage_custom_dc.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin visualization.js attach SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin visualization.js attached SourceMap
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin resolve sources
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
<s> [webpack.Progress] 92% sealing asset processing
<s> [webpack.Progress] 93% sealing after asset optimization
<s> [webpack.Progress] 93% sealing after asset optimization
<s> [webpack.Progress] 93% sealing recording
<s> [webpack.Progress] 93% sealing recording
<s> [webpack.Progress] 94% sealing after seal
<s> [webpack.Progress] 94% sealing after seal
<s> [webpack.Progress] 95% emitting emit
<s> [webpack.Progress] 95% emitting emit
<s> [webpack.Progress] 98% emitting after emit
<s> [webpack.Progress] 98% emitting after emit
<s> [webpack.Progress] 99% done plugins
<s> [webpack.Progress] 99% done plugins
<s> [webpack.Progress] 99% 

<s> [webpack.Progress] 99% cache store build dependencies
<s> [webpack.Progress] 99% cache store build dependencies
<s> [webpack.Progress] 99% cache begin idle
<s> [webpack.Progress] 99% cache begin idle
<s> [webpack.Progress] 100% 

<s> [webpack.Progress] 99% cache shutdown
<s> [webpack.Progress] 99% cache shutdown MemoryCachePlugin
<s> [webpack.Progress] 99% cache shutdown
<s> [webpack.Progress] 100% 

assets by path images/ 19.2 MiB 48 assets
assets by path custom_dc/ 4.5 MiB 41 assets
assets by path *.js 141 MiB 40 assets
assets by path css/ 10.4 MiB 38 assets
assets by path sitemap/*.txt 26.2 MiB 32 assets
assets by path data/ 1.28 MiB
  asset data/factcheck/fact_checks_20190605.txt.gz 656 KiB [emitted] [from: data/factcheck/fact_checks_20190605.txt.gz] [copied]
  + 2 assets
assets by path fonts/*.ttf 308 KiB
  asset fonts/GoogleSans-Medium.ttf 154 KiB [emitted] [from: fonts/GoogleSans-Medium.ttf] [copied]
  asset fonts/GoogleSans-Regular.ttf 154 KiB [emitted] [from: fonts/GoogleSans-Regular.ttf] [copied]
assets by path *.ico 100 KiB
  asset sustain_favicon.ico 98.9 KiB [emitted] [from: sustain_favicon.ico] [copied]
  asset old_favicon.ico 1.12 KiB [emitted] [from: old_favicon.ico] [copied]
asset robots.txt 1.97 KiB [emitted] [from: robots.txt] [copied]
runtime modules 85.7 KiB 276 modules
orphan modules 180 KiB [orphan] 173 modules
modules by path ./node_modules/ 8.33 MiB 1407 modules
modules by path ./js/ 3.16 MiB
  javascript modules 2.57 MiB 464 modules
  json modules 607 KiB 40 modules
modules by path ./css/ 224 KiB 38 modules
modules by path ./library/*.ts 86 KiB
  ./library/index.ts 3.59 KiB [built] [code generated]
  ./library/bar_component.ts 8.6 KiB [built] [code generated]
  + 12 modules
+ 6 modules
webpack 5.76.0 compiled successfully in 104773 ms
✅ Ran 3 scripts and skipped 0 in 115.7s.
### Running client tests

up to date, audited 136 packages in 819ms

22 packages are looking for funding
  run `npm fund` for details

6 vulnerabilities (1 low, 3 moderate, 2 high)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

up to date, audited 697 packages in 2s

59 packages are looking for funding
  run `npm fund` for details

5 vulnerabilities (1 low, 1 moderate, 3 high)

To address all issues, run:
  npm audit fix

Run `npm audit` for details.

changed 1 package, and audited 2285 packages in 6s

279 packages are looking for funding
  run `npm fund` for details

51 vulnerabilities (4 low, 25 moderate, 19 high, 3 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

> [email protected] test
> wireit

⠋ Analyzing
⠙   0% [0 / 3] [0 running]
⠹   0% [0 / 3] [2 running] ../packages/client:build
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙  33% [1 / 3] [1 running] ../packages/client:build
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴  67% [2 / 3] [1 running] test                    
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
⠇
⠏
⠋
⠙
⠹
⠸
⠼
⠴
⠦
⠧
                               
PASS js/import_wizard2/utils/obs_generation.test.tsx (15.677 s)
  ✓ GenerateRowObservations_SingleValueColumn (6 ms)
  ✓ GenerateRowObservations_SingleValueColumn_UnitInColumn (2 ms)
  ✓ GenerateRowObservations_SingleValueColumn_ValueMap (1 ms)
  ✓ GenerateRowObservations_DateValuesInHeader (1 ms)
  ✓ GenerateRowObservations_DateValuesInHeader_ValueMap (6 ms)
  ✓ GenerateRowObservations_DateValuesInHeader_UnitsInColumns (1 ms)

PASS js/import_wizard/utils/detect_place.test.tsx (16.231 s)
  ✓ placeTypesAndProperties (64 ms)
  ✓ supportedPlaceTypeProperties (38 ms)
  ✓ placeDetectionKeys (2 ms)
  ✓ countries (38 ms)
  ✓ States (13 ms)
  ✓ placeLowConfidenceDetection (7 ms)
  ✓ detectionLowConf (3 ms)
  ✓ countryHighConf (9 ms)
  ✓ stateHighConf (4 ms)
  ✓ placeDetection (3 ms)
  ✓ countryNumericVsStateFIPS (3 ms)

PASS js/import_wizard/utils/obs_generation.test.tsx
  ✓ GenerateRowObservations_SingleValueColumn (5 ms)
  ✓ GenerateRowObservations_SingleValueColumn_UnitInColumn (2 ms)
  ✓ GenerateRowObservations_SingleValueColumn_ValueMap (2 ms)
  ✓ GenerateRowObservations_DateValuesInHeader (1 ms)
  ✓ GenerateRowObservations_DateValuesInHeader_ValueMap (2 ms)
  ✓ GenerateRowObservations_DateValuesInHeader_UnitsInColumns (1 ms)

PASS js/import_wizard2/utils/file_generation.test.ts
  ✓ generateTranslationMetadataJson (4 ms)
  ✓ shouldGenerateCsv (3 ms)
  ✓ generateCsvNoValueMap (63 ms)
  ✓ generateCsvWithValueMap (2 ms)
  ✓ generateCsvDiffHeaderAndDataRows (2 ms)

PASS js/utils/tests/disaster_event_map_utils.test.ts (17.885 s)
  ✓ fetch date list for all disasters (61 ms)
  ✓ fetch date list for single disaster multiple event types (29 ms)
  ✓ fetch date list for single eventType (20 ms)
  ✓ fetch data for single disaster multiple events with date as YYYY-MM (34 ms)
  ✓ fetch data for single disaster multiple events with date as YYYY (26 ms)
  ✓ fetch data for single event with date as YYYY-MM (61 ms)
  ✓ fetch data for single event with date as YYYY (14 ms)
  ✓ getMapPointsData

  console.error
    ModuleNotFoundError: Cannot find module '../i18n/compiled-lang/en/stats_var_labels.json' from 'js/tools/timeline/data_fetcher.test.ts'
        at Resolver._throwModNotFoundError (/workspace/static/node_modules/jest-resolve/build/resolver.js:491:11)
        at Resolver.resolveModule (/workspace/static/node_modules/jest-resolve/build/resolver.js:413:10)
        at Resolver._getVirtualMockPath (/workspace/static/node_modules/jest-resolve/build/resolver.js:733:14)
        at Resolver._getAbsolutePath (/workspace/static/node_modules/jest-resolve/build/resolver.js:690:14)
        at Resolver.getModuleID (/workspace/static/node_modules/jest-resolve/build/resolver.js:617:31)
        at Runtime._shouldMockCjs (/workspace/static/node_modules/jest-runtime/build/index.js:1984:37)
        at Runtime.requireModuleOrMock (/workspace/static/node_modules/jest-runtime/build/index.js:1242:14)
        at /workspace/static/js/tools/timeline/data_fetcher.test.ts:247:51
        at processTicksAndRejections (node:internal/process/task_queues:95:5)
        at async Promise.all (index 0) {
      code: 'MODULE_NOT_FOUND',
      hint: '',
      requireStack: undefined,
      siblingWithSimilarExtensionFound: false,
      moduleName: '../i18n/compiled-lang/en/stats_var_labels.json',
      _originalMessage: "Cannot find module '../i18n/compiled-lang/en/stats_var_labels.json' from 'js/tools/timeline/data_fetcher.test.ts'"
    }

      54 |     })
      55 |     .catch((err) => {
    > 56 |       console.error(err);
         |               ^
      57 |       intl = createIntl({ locale, messages: {} }, intlCache);
      58 |     });
      59 | }

      at js/i18n/i18n.tsx:56:15

PASS js/tools/timeline/data_fetcher.test.ts (19.041 s)
  ✓ fetch raw data (128 ms)
  ✓ get stats data with state code (3 ms)
  ✓ get stats data where latest date with data for all stat vars is not the latest date (2 ms)
  ✓ get stats data where there is no date with data for all stat vars (2 ms)
  ✓ get stats data with per capita with population size 0 (1 ms)
  ✓ get stats data with Per capita with specified denominators (1 ms)
  ✓ get stats data with per capita with specified denominators - missing place data (1 ms)
  ✓ get stat data with specified source (10 ms)
  ✓ StatsData test (1 ms)
  ✓ convert to delta (1 ms)
  ✓ transform from models - multiple places (3 ms)
  ✓ transform from models - multiple obs periods (2 ms)

PASS js/import_wizard/utils/heuristics.test.tsx
  ✓ countryDetection (9 ms)
  ✓ countryDetection-twocolumns (5 ms)
  ✓ countryDetectionOrder (6 ms)
  ✓ dateDetection-headers (2 ms)
  ✓ dateDetection-columns (2 ms)
  ✓ dateDetection-headers-columns (2 ms)
  ✓ comboDetection-date-and-place (3 ms)

PASS js/import_wizard/utils/tmcf_generation.test.tsx
  ✓ SingleNodeTMCF (5 ms)
  ✓ MultiNodeTMCF_DateValueInHeader (1 ms)
  ✓ MultiNodeTMCF_PlaceValueInHeader (1 ms)
  ✓ MultiNodeTMCF_PlaceValueInHeader_DiffPlaceTypes (1 ms)
  ✓ SingleNodeTMCFWithUnitColumnConstant (1 ms)
  ✓ MultiNodeTMCF_UnitAsSomeColumnConstants

PASS js/import_wizard/utils/file_generation.test.ts
  ✓ generateTranslationMetadataJson (5 ms)
  ✓ shouldGenerateCsv (2 ms)
  ✓ generateCsvNoValueMap (6 ms)
  ✓ generateCsvWithValueMap (2 ms)

PASS js/import_wizard2/utils/detection.test.tsx
  ✓ jsonParsingPlaceDateColumns (8 ms)
  ✓ jsonParsingPlaceDateHeaders (3 ms)
  ✓ jsonParsingPlaceSkippedDateCorrect (2 ms)
  ✓ jsonParsingPlaceCorrectDateSkipped (2 ms)
  ✓ jsonParsingAllSkipped (1 ms)
  ✓ jsonParsingColumnIncorrect (1 ms)
  ✓ jsonParsingPropIncorrect
  ✓ jsonParsingTypeIncorrect
  ✓ jsonParsingSupportedTypePropertiesAllSkipped (1 ms)
  ✓ jsonParsingSupportedTypePropertiesCorrect (1 ms)

PASS js/utils/tests/chart_csv_utils.test.ts
  ✓ dataGroupsToCsv (10 ms)
  ✓ scatterDataToCsv (4 ms)
  ✓ dataPointsToCsv (1 ms)
  ✓ mapDataToCsv (3 ms)
  ✓ rankingPointsToCsv (1 ms)

PASS js/import_wizard2/utils/tmcf_generation.test.tsx
  ✓ SingleNodeTMCF (5 ms)
  ✓ MultiNodeTMCF_DateValueInHeader (1 ms)
  ✓ MultiNodeTMCF_PlaceValueInHeader (1 ms)
  ✓ SingleNodeTMCFWithUnitColumnConstant (1 ms)
  ✓ MultiNodeTMCF_UnitAsSomeColumnConstants (1 ms)

PASS js/i18n/i18n.test.ts
  ✓ formatNumber (226 ms)
  ✓ translateUnit (30 ms)

PASS js/apps/eval_retrieval_generation/util.test.ts
  ✓ processText (6 ms)

PASS js/import_wizard2/utils/validation.test.tsx
  ✓ Fail_MalformedMappingVal (21 ms)
  ✓ Fail_MissingRequiredPropsAndMultipleColumnHeaders (1 ms)
  ✓ Fail_ValueMissing (1 ms)
  ✓ Fail_NullInColumnHeaderValue (3 ms)
  ✓ Fail_DuplicateColumnHeaderValue (1 ms)
  ✓ Pass_DateInColumnHeader (1 ms)
  ✓ Pass_NoColumnHeader

PASS js/utils/tests/data_fetch_utils.test.ts
  ✓ getBestUnit (3 ms)
  ✓ getPoint no align (31 ms)
  ✓ getPoint align (5 ms)
  ✓ getPointWithin no align (4 ms)
  ✓ getPointWithin (2 ms)

PASS js/import_wizard/utils/validation.test.tsx
  ✓ Fail_MalformedMappingVal (5 ms)
  ✓ Fail_MissingRequiredPropsAndMultipleColumnHeaders
  ✓ Fail_ValueMissing
  ✓ Fail_MissingPlaceProperties (1 ms)
  ✓ Pass_DateInColumnHeader (1 ms)
  ✓ Pass_NoColumnHeader (1 ms)

PASS js/biomedical/disease/data_processing_utils.test.tsx
  ✓ getDiseaseGeneAssociation (5 ms)
  ✓ getDiseaseSymptomAssociation (1 ms)
  ✓ getCompoundDiseaseTreatment (1 ms)
  ✓ getCompoundDiseaseContraindication (1 ms)
  ✓ getDiseaseCommonName (1 ms)

PASS js/chart/base.test.ts
  ✓ minOfNullValues (3 ms)
  ✓ shouldFillInValues (2 ms)
  wrap tests
    ✓ wraps ab-d e f (38 ms)
    ✓ wraps a-b c (6 ms)
    ✓ wraps a b-c (6 ms)
    ✓ wraps a-b c (6 ms)
    ✓ wraps New York, NY (6 ms)
    ✓ wraps Queens, NY (4 ms)
    ✓ wraps Queens-NY (4 ms)
    ✓ wraps United-States-of-America (5 ms)
    ✓ wraps United States of America (5 ms)
    ✓ wraps United States of America (5 ms)
    ✓ wraps アメリカ合衆国 (7 ms)
    ✓ wraps ブロンクス区, ニューヨーク州 (4 ms)
    ✓ wraps ニューヨーク, ニューヨーク州 (3 ms)

PASS js/tools/map/util.test.ts
  ✓ updateHashPlaceInfo (5 ms)
  ✓ updateHashStatVarInfo (1 ms)
  ✓ updateHashDisplay
  ✓ applyHashPlaceInfo (2 ms)
  ✓ applyHashStatVarInfo (2 ms)
  ✓ applyHashDisplay (1 ms)
  ✓ get time slider dates (2 ms)

PASS js/tools/shared_util.test.ts
  ✓ getMatchingObservation (6 ms)
  ✓ shouldShowMapBoundaries (1 ms)
  ✓ toTitleCase (1 ms)
  ✓ compute ratio (1 ms)
  ✓ compute ratio not aligned (1 ms)

PASS js/tools/timeline/page.test.tsx (9.785 s)
  ✓ Single place and single stat var (743 ms)
  ✓ statVar not in PV-tree (115 ms)
  ✓ chart options (327 ms)

PASS js/tools/scatter/app.test.tsx (30.346 s)
  ✓ all functionalities (2010 ms)

PASS js/tools/timeline/util.test.ts
  ✓ test getTokensFromUrl (8 ms)
  ✓ test setTokensToUrl (2 ms)
  ✓ test addToken (2 ms)
  ✓ test removeToken (7 ms)
  ✓ get chart option (7 ms)
  ✓ set chart option (8 ms)

PASS js/tools/scatter/util.test.ts
  ✓ updateHash (7 ms)
  ✓ applyHash (8 ms)

PASS js/tools/download/page.test.tsx (7.969 s)
  ✓ Loading options from URL (580 ms)
  ✓ Manually updating options (556 ms)

PASS js/utils/search_utils.test.tsx
  ✓ getHighlightedJSX (16 ms)

PASS js/import_wizard/utils/detect_date.test.tsx
  ✓ dateDetectionBasics (3 ms)
  ✓ dateHeaderDetectionBasics (2 ms)
  ✓ dateColumnDetection (2 ms)

PASS js/biomedical/protein/data_processing_utils.test.tsx (32.244 s)
  ✓ getTissueScore (10 ms)
  ✓ getProteinInteraction (2 ms)
  ✓ getDiseaseGeneAssoc (4 ms)
  ✓ getVarGeneAssoc (2 ms)
  ✓ getVarTypeAssoc (11 ms)
  ✓ getVarSigAssoc (8 ms)
  ✓ getChemicalGeneAssoc (4 ms)

PASS js/utils/tests/tile_utils.test.ts
  ✓ formatString (5 ms)
  ✓ getStatVarName (6 ms)

PASS js/utils/string_utils.test.ts
  ✓ get common prefix (12 ms)
  ✓ formatDate (37 ms)
  ✓ is valid date (3 ms)

PASS nodejs_server/query.test.ts (16.992 s)
  ✓ getQueryResult (77 ms)

PASS js/shared/stats_var_labels.test.ts
  ✓ stats var label: marked for translation (123 ms)
  ✓ stats var label: compiled to en (43 ms)
  ✓ stats var label: compiled to es (42 ms)

PASS js/shared/stats_var_titles.test.ts
  ✓ stats var label: marked for translation (79 ms)
  ✓ stats var label: compiled to en (43 ms)
  ✓ stats var label: compiled to es (39 ms)

PASS js/utils/tests/app/disaster_dashboard_utils.test.ts
  ✓ getFilteredParentPlaces (5 ms)

PASS js/import_wizard/utils/file_processing.test.ts
  ✓ processValueMapFile (5 ms)

PASS js/components/tiles/bar_tile.test.tsx
  BarTile
    ✓ Bar tile with non-place entities should render (370 ms)

PASS js/stat_var_hierarchy/stat_var_section.test.tsx
  ✓ getPrefix (10 ms)

PASS nodejs_server/tiles/utils.test.ts
  ✓ compress and decompress chart props (6 ms)

PASS js/shared/util.test.ts
  ✓ isDateTooFar (5 ms)
  ✓ getCappedStatVarDate (4 ms)

PASS js/utils/stat_metadata_utils.test.ts
  ✓ getUnit (3 ms)

PASS js/stat_var_hierarchy/stat_var_search.test.tsx
  ✓ getResultCountString (12 ms)

PASS js/browser/types.test.ts
  ✓ getPageDisplayType (4 ms)

PASS js/chart/draw.test.ts
  ✓ svg test (38 ms)
  ✓ get dashes (2 ms)

PASS js/utils/tests/subject_page_utils.test.ts
  ✓ get relLink (4 ms)

PASS js/utils/axios.test.ts
  ✓ stringfy url params (4 ms)

PASS js/utils/place_utils.test.ts
  ✓ get place names (35 ms)

PASS js/shared/ga_events.test.tsx (35.268 s)
  test ga event place category click
    ✓ call gtag when place category is clicked in the sidebar (73 ms)
    ✓ call gtag when place category is clicked from chart header (20 ms)
    ✓ call gtag when place category is clicked from more charts (11 ms)
  test ga event place chart click
    ✓ call gtag when place chart is clicked (173 ms)
  test ga event tool chart plot
    ✓ call gtag when a map tool chart is mounted or updated with different stat vars or places (76 ms)
    ✓ call gtag when a timeline tool chart is mounted or updated with different stat vars or places  (79 ms)
    ✓ call gtag when a scatter tool chart is mounted or updated with different stat vars or places  (107 ms)
  test ga event tool stat var click
    ✓ call gtag when a stat var is selected in the stat var hierarchy (202 ms)
  test ga event tool place add
    ✓ call gtag when a place is added in the place search bar (19 ms)
  test ga event tool stat var search no result
    ✓ call gtag when no result is shown to search term in stat var hierarchy (309 ms)
  test ga event tool chart plot option
    ✓ call gtag when timeline tool