並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 49件

新着順 人気順

metadataの検索結果1 - 40 件 / 49件

  • C#やRustからWin32 APIをもっと簡単に呼び出せるように ~Microsoftが「win32metadata」プロジェクトを発表/今まで手動でメンテナンスされてきたバインディングやラッパーを自動管理する基盤

      C#やRustからWin32 APIをもっと簡単に呼び出せるように ~Microsoftが「win32metadata」プロジェクトを発表/今まで手動でメンテナンスされてきたバインディングやラッパーを自動管理する基盤
    • Amazon Aurora レプリカ では metadata lock 待ちが発生しない - mita2 database life

      Amazon Aurora のレプリカは Vanilla MySQL のレプリケーションとは違った仕組みで実現されている。 マスターとレプリカは同じディスクボリュームを参照しており、マスターでの更新はほぼ即時レプリカに反映される。 DB クラスターボリュームは DB クラスターのデータの複数のコピーで構成されます。ただし、クラスターボリュームのデータは、DB クラスターのプライマリインスタンスおよび Aurora レプリカの 1 つの論理ボリュームとして表されます。この結果、すべての Aurora レプリカは、最短のレプリカラグでクエリの結果として同じデータを返します。 レプリカラグは、通常はプライマリインスタンスが更新を書き込んだ後、100 ミリ秒未満です。https://docs.aws.amazon.com/ja_jp/AmazonRDS/latest/AuroraUserGuide

        Amazon Aurora レプリカ では metadata lock 待ちが発生しない - mita2 database life
      • 不正なリクエストを弾くために使える Fetch Metadata という仕様について

        作成日 2023-01-29 更新日 2023-01-29 author @bokken_ tag Web, App, Sec はじめに リクエストのコンテキストをサーバ側に伝えることで、サーバ側でリクエストが危険なものかを判別するための Fetch Metadata Request Headers という仕様がある。今回、このヘッダがどういったものなのかについて Fetch Metadata Request Headers を読んだり、周辺のドキュメントを読んでまとめる。¶ TL;DR Fetch Metadata ヘッダはクライアント側では特に何も設定する必要はなく、サポートされていればブラウザによってリクエストに自動的にヘッダに付与されサーバに送付される サーバは送られてきた Fetch Metadata をもとに CSRF などの、攻撃の可能性があるリクエストを弾く事ができる 20

          不正なリクエストを弾くために使える Fetch Metadata という仕様について
        • GCP の Compute Metadata Credentials について

          Google Cloud Platform(以降 GCP) の認証認可については GCP と OAuth2 などの記事があるが、 Compute Metadata credential そのものの解説はあまり十分にされているとは言えないので、今回一つの記事で説明する。 Compute Metadata Credentials と聞いてもピンと来ない人向けに書くと、「Cloud Run や Cloud Functions などの GCP のプロダクトから GCP の API を呼ぶのにサービスアカウントキーが必要ないこと」の裏側がどのように動いているかの話について説明する記事である。 Compute Metadata Credentials とは Compute Metadata Credentials は Google Cloud Platform(以降 GCP) の標準の credent

            GCP の Compute Metadata Credentials について
          • Add defense in depth against open firewalls, reverse proxies, and SSRF vulnerabilities with enhancements to the EC2 Instance Metadata Service | Amazon Web Services

            AWS Security Blog Add defense in depth against open firewalls, reverse proxies, and SSRF vulnerabilities with enhancements to the EC2 Instance Metadata Service July 27, 2021: We’ve updated the link to the 2019 re:Invent session on this topic. Since it first launched over 10 years ago, the Amazon EC2 Instance Metadata Service (IMDS) has helped customers build secure and scalable applications. The I

              Add defense in depth against open firewalls, reverse proxies, and SSRF vulnerabilities with enhancements to the EC2 Instance Metadata Service | Amazon Web Services
            • GitHub - chainloop-dev/chainloop: Chainloop is an Open Source Metadata Vault for your Software Supply Chain metadata, SBOMs, VEX, SARIF files, QA reports, and more.

              Chainloop is an open-source Software Supply Chain control plane, a single source of truth for metadata and artifacts, plus a declarative attestation process. With Chainloop, SecOps teams can declaratively state the pieces of evidence and artifact expectations for their organization’s CI/CD workflows. At the same time, they can rest assured that the metadata will reach the desired destination for s

                GitHub - chainloop-dev/chainloop: Chainloop is an Open Source Metadata Vault for your Software Supply Chain metadata, SBOMs, VEX, SARIF files, QA reports, and more.
              • Firefox 90 supports Fetch Metadata Request Headers – Mozilla Security Blog

                Niklas Gögge and Christoph Kerschbaumer July 12, 2021 We are pleased to announce that Firefox 90 will support Fetch Metadata Request Headers which allows web applications to protect themselves and their users against various cross-origin threats like (a) cross-site request forgery (CSRF), (b) cross-site leaks (XS-Leaks), and (c) speculative cross-site execution side channel (Spectre) attacks. Cros

                • ECSにおけるタスクメタエンドポイント(Task Metadata Endpoint)について整理しました | DevelopersIO

                  こんにちわ、札幌のヨシエです。 時間がかなり経ってしまいましたが、先日正式リリースされたmackerel-container-agentのメトリック取得方法について解説されていた@hayajoさんのスライドにTask Metadata Endpointについて記載があったので調べてみました。 Docker統計情報とは? Task Metadata Endpointを説明する前にコンテナのリソース状況取得について簡単に触れます。 EC2といった仮想マシンでCPU使用率、メモリ使用量が取得できるようにDockerで起動しているコンテナに関してもリソース状況を取得することが出来ます。 docker statsコマンドを実行することでコンテナホスト内で起動しているコンテナのCPU使用率やメモリ使用量をcgroupから取得したり、ネットワークインターフェースの使用状況といったところをNamespac

                    ECSにおけるタスクメタエンドポイント(Task Metadata Endpoint)について整理しました | DevelopersIO
                  • Python で gRPC の Metadata と Interceptor を使う | La Verda Luno

                    この記事では、前回( Python で gRPC の単体テスト)に引き続き、 Python で gRPC を使う際の知見をご紹介します。 主に、メタデータとインターセプターの実装法と、そのテスト方法がメインになっています。 まだ experimental API だったり非 public クラスだったりしているので、公式のアナウンスがあるまではプロダクション利用は難しいようにも思いました。 目次 エラーの取扱 メタデータについて メタデータを利用する例 サーバー クライアントライブラリ メタデータを利用するクラスをテストする例 サーバー クライアントライブラリ インターセプタについて インターセプタを利用する例 サーバー用 クライアント用 インターセプタを利用するクラスをテストする例 サーバー用 クライアント用 まとめ エラーの取扱 gRPC のエラーの方法は、 gRPC Errors が

                      Python で gRPC の Metadata と Interceptor を使う | La Verda Luno
                    • CentOS 8でyum/dnfに失敗! Failed to download metadata for repo 'AppStream' - Qiita

                      # dnf install nc CentOS-8 - AppStream 105 B/s | 38 B 00:00 Error: Failed to download metadata for repo 'AppStream': Cannot prepare internal mirrorlist: No URLs in mirrorlist あれ、yum/dnfが効かない! CentOS 8が2021年末にサポート切れになったのは記憶も新しい。筆者もCentOS 8ネタを何本か書いていたにもかかわらず、パッケージのインストールに失敗して焦ってしまった。この対処法を説明したい。 1-1. 対象環境 CentOS 8 2. 原因は何か? このようなエラーが発生した原因は、サポート切れでミラーサイトが停止したからだ。エラーメッセージにも「No URLs in mirrorlist」と表示され

                        CentOS 8でyum/dnfに失敗! Failed to download metadata for repo 'AppStream' - Qiita
                      • Dev Container metadata reference

                        The devcontainer.json file contains any needed metadata and settings required to configurate a development container for a given well-defined tool and runtime stack. It can be used by tools and services that support the dev container spec to create a development environment that contains one or more development containers. Metadata properties marked with a 🏷️️ can be stored in the devcontainer.me

                        • Protect your resources from web attacks with Fetch Metadata  |  Articles  |  web.dev

                          Protect your resources from web attacks with Fetch Metadata Stay organized with collections Save and categorize content based on your preferences. Why should you care about isolating your web resources? Many web applications are vulnerable to cross-origin attacks like cross-site request forgery (CSRF), cross-site script inclusion (XSSI), timing attacks, cross-origin information leaks or speculativ

                          • GitHub - amundsen-io/amundsen: Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data.

                            Amundsen is a data discovery and metadata engine for improving the productivity of data analysts, data scientists and engineers when interacting with data. It does that today by indexing data resources (tables, dashboards, streams, etc.) and powering a page-rank style search based on usage patterns (e.g. highly queried tables show up earlier than less queried tables). Think of it as Google search

                              GitHub - amundsen-io/amundsen: Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data.
                            • Amazon EC2 Instance Metadata Service IMDSv2 by default | Amazon Web Services

                              AWS News Blog Amazon EC2 Instance Metadata Service IMDSv2 by default Effective mid-2024, newly released Amazon EC2 instance types will use only version 2 of the EC2 Instance Metadata Service (IMDSv2). We are also taking a series of steps to make IMDSv2 the default choice for AWS Management Console Quick Starts and other launch pathways. Background This service is accessible from within an EC2 inst

                                Amazon EC2 Instance Metadata Service IMDSv2 by default | Amazon Web Services
                              • GitHub - adbar/trafilatura: Python & command-line tool to gather text on the Web: web crawling/scraping, extraction of text, metadata, comments

                                Trafilatura is a cutting-edge Python package and command-line tool designed to gather text on the Web and simplify the process of turning raw HTML into structured, meaningful data. It includes all necessary discovery and text processing components to perform web crawling, downloads, scraping, and extraction of main texts, metadata and comments. It aims at staying handy and modular: no database is

                                  GitHub - adbar/trafilatura: Python & command-line tool to gather text on the Web: web crawling/scraping, extraction of text, metadata, comments
                                • Session | Send Messages, Not Metadata. | Private Messenger

                                  Session is an end-to-end encrypted messenger that minimises sensitive metadata, designed and built for people who want absolute privacy and freedom from any form of surveillance.

                                    Session | Send Messages, Not Metadata. | Private Messenger
                                  • KIP-500: Replace ZooKeeper with a Self-Managed Metadata Quorum - Apache Kafka - Apache Software Foundation

                                    KIP-500: Replace ZooKeeper with a Self-Managed Metadata Quorum StatusCurrent state: Accepted Discussion thread: here JIRA: KAFKA-9119 - Getting issue details... STATUS Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast). MotivationCurrently, Kafka uses ZooKeeper to store its metadata about partitions and brokers, and to elect a bro

                                    • GitHub - duckduckgo/tracker-radar: Data set of top third party web domains with rich metadata about them

                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                        GitHub - duckduckgo/tracker-radar: Data set of top third party web domains with rich metadata about them
                                      • Cloud metadata management service now available | Google Cloud Blog

                                        Discover, understand and manage your data with Data Catalog, now GA Google Cloud Data Catalog is a fully managed and scalable metadata management service. It can help your organization quickly discover, understand, and manage all your data from one simple interface. Accessible from within the Google Cloud console, Data Catalog allows immediate access to data discovery without requiring any upfront

                                          Cloud metadata management service now available | Google Cloud Blog
                                        • GitHub - microsoft/win32metadata: Tooling to generate metadata for Win32 APIs in the Windows SDK.

                                          Win32 APIs provide functionality that not all languages and frameworks support themselves. When developing for Windows, developers often call into Win32 APIs to access this functionality. Historically, this has required manually redefining the APIs to make them accessible, which is fragile and error-prone. Community projects like https://github.com/dotnet/pinvoke (.NET) and https://github.com/rete

                                            GitHub - microsoft/win32metadata: Tooling to generate metadata for Win32 APIs in the Windows SDK.
                                          • DataHub: A generalized metadata search & discovery tool

                                            Co-authors: Mars Lan, Seyi Adebajo, Shirshanka Das Editor’s note: Since publishing this blog post, the team open sourced DataHub in February 2020. You can read more on the journey of open sourcing the platform here. As the operator of the world’s largest professional network and the Economic Graph, LinkedIn’s Data team is constantly working on scaling its infrastructure to meet the demands of our

                                              DataHub: A generalized metadata search & discovery tool
                                            • CentOS8「Failed to download metadata for repo AppStream」エラーの解決方法 | インフラエンジニアの技術LOG

                                              CentOS8をインストールして、yumアップデート、またはdnfアップデート、ネットワーク経由のインストールをかけたところ以下のようなエラーが発生しました。 $ yum -y update Failed to set locale, defaulting to C.UTF-8 CentOS-8 - AppStream 0.0 B/s | 0 B 00:05 Failed to download metadata for repo 'AppStream' Error: Failed to download metadata for repo 'AppStream' このエラーはアップデートやインストールに必要なパッケージのダウンロードに失敗しているというエラーとなっている様です。 このエラーに関しての解決方法をまとめました。 「CentOS8」で(ailed to download met

                                                CentOS8「Failed to download metadata for repo AppStream」エラーの解決方法 | インフラエンジニアの技術LOG
                                              • Metadata Standards

                                                Providing asset metadata allows applications like OpenSea to pull in rich data for digital assets and easily display them in-app. Digital assets on a given smart contract are typically represented solely by a unique identifier (e.g., the tokenId in ERC721), so metadata allows these assets to have additional properties, such as a name, description, and image. For OpenSea to pull in off-chain metada

                                                  Metadata Standards
                                                • Instance Tags now available on the Amazon EC2 Instance Metadata Service

                                                  You can now access your instance's tags from the EC2 Instance Metadata Service. Tags enable you to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. This is useful when you have many resources of the same type—you can quickly identify a specific resource based on the tags that you've assigned to it. Previously, you could access your instance tags from

                                                    Instance Tags now available on the Amazon EC2 Instance Metadata Service
                                                  • GitHub - sandreas/tone: tone is a cross platform audio tagger and metadata editor to dump and modify metadata for a wide variety of formats, including mp3, m4b, flac and more. It has no dependencies and can be downloaded as single binary for Windows, macO

                                                    tone is a cross platform audio tagger and metadata editor to dump and modify metadata for a wide variety of formats, including mp3, m4b, flac and more. It has no dependencies and can be downloaded as single binary for Windows, macOS, Linux and other common platforms. The code is written in pure C# and utilizes the awesome atldotnet library to provide full support for a wide variety of audio and me

                                                      GitHub - sandreas/tone: tone is a cross platform audio tagger and metadata editor to dump and modify metadata for a wide variety of formats, including mp3, m4b, flac and more. It has no dependencies and can be downloaded as single binary for Windows, macO
                                                    • CentOS 8 で "Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist" - 元RX-7乗りの適当な日々

                                                      メモ書き。 自宅で CentOS 8 が動いているサーバがあるのですが、先日 dnf コマンドが使えなくなってしまい、あ、そういえば CentOS 8 って、昨年末で EOL を迎えてしまっていたのかーー、と気づいた次第。 ちなみに↑の時にインストールしたやつ。 さて、、、 # dnf update CentOS Linux 8 - AppStream 24 B/s | 38 B 00:01 エラー: repo 'appstream' のメタデータのダウンロードに失敗しました : Cannot prepare internal mirrorlist: No URLs in mirrorlistdnf コマンドを実行するとこんな感じ。英語だと、以下のような感じか。 Error: Failed to download metadata for repo 'appstream': Cannot

                                                        CentOS 8 で "Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist" - 元RX-7乗りの適当な日々
                                                      • Reddit Migrates Media Metadata from S3 and Other Systems into AWS Aurora Postgres

                                                        InfoQ Software Architects' Newsletter A monthly overview of things you need to know as an architect or aspiring architects. View an example

                                                          Reddit Migrates Media Metadata from S3 and Other Systems into AWS Aurora Postgres
                                                        • クリエーションライン株式会社 on Twitter: "[MongoDB System Alert] MongoDB System Alertが発表されています。 movePrimary may introduce sharding metadata inconsistency in… https://t.co/BKYPCGJSQO"

                                                          [MongoDB System Alert] MongoDB System Alertが発表されています。 movePrimary may introduce sharding metadata inconsistency in… https://t.co/BKYPCGJSQO

                                                            クリエーションライン株式会社 on Twitter: "[MongoDB System Alert] MongoDB System Alertが発表されています。 movePrimary may introduce sharding metadata inconsistency in… https://t.co/BKYPCGJSQO"
                                                          • BigQueryを使った集計バッチの費用をActive Metadata Managementの知見を活かして4割減らした話 - ZOZO TECH BLOG

                                                            初めまして。MLデータ部データ基盤ブロックの小泉です。 本記事ではGartner社から提唱されたActive Metadata Managementに着目し、BigQueryのCompute費用を削減した方法についてご紹介します。 目次 目次 Active Metadata Managementとは 結局どんなことを行なったのか、ざっくりまとめ Compute費用のpricing modelとReservationについて pricing model Reservation Metadataを使用して最安値のpricing modelを求める方法 マート集計クエリ実行時、pricing modelを切り替える方法 まとめ Active Metadata Managementとは Active Metadata Managementとは、Gartner社が提唱するメタデータ管理の新しい考え方

                                                              BigQueryを使った集計バッチの費用をActive Metadata Managementの知見を活かして4割減らした話 - ZOZO TECH BLOG
                                                            • 仮想マシン用の Azure Instance Metadata Service - Azure Virtual Machines

                                                              適用対象: ✔️ Linux VM ✔️ Windows VM ✔️ フレキシブル スケール セット Azure Instance Metadata Service (IMDS) によって、現在実行中の仮想マシン インスタンスに関する情報が提供されます。 これを使用して、仮想マシンの管理と構成を行うことができます。 この情報には、SKU、ストレージ、ネットワークの構成、今後のメンテナンス イベントなどがあります。 使用できるデータの完全な一覧については、エンドポイント カテゴリの概要に関するページを参照してください。 IMDS は、仮想マシン (VM) のインスタンスとスケール セット インスタンスを実行するために使用できます。 Azure Resource Manager を使用して作成および管理されている VM は、すべてのエンドポイントでサポートされます。 クラシック デプロイ モデ

                                                                仮想マシン用の Azure Instance Metadata Service - Azure Virtual Machines
                                                              • GitHub - drawrowfly/tiktok-scraper: TikTok Scraper. Download video posts, collect user/trend/hashtag/music feed metadata, sign URL and etc.

                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                  GitHub - drawrowfly/tiktok-scraper: TikTok Scraper. Download video posts, collect user/trend/hashtag/music feed metadata, sign URL and etc.
                                                                • Metadata Standards Catalog

                                                                  The RDA Metadata Standards Catalog is a collaborative, open directory of metadata standards applicable to research data. It is offered to the international academic community to help address infrastructure challenges. Read more details about the scope of the Catalog Read our terms of use Read our accessibility statement Contribute to the Catalog Explore our API Metadata standards, profiles and sch

                                                                  • RedashでRedashのデータベースを使う方法〜Redashのmetadataを使う準備〜|SHOWROOM Blog

                                                                    こんにちは。波多野です。 SHOWROOMで分析/AIグループのマネージャーをやっています。 SHOWROOMでは分析にRedashを使っています。 これはAWSのEC2で立ち上げて運用しています。 先日投稿されたこちらの記事 ここでの主役はRedashのmetadataでした。 この記事は、そもそもmetadataって何?どうやったら使えるの???となった方、かつRedashをEC2で運用されている方に向けたニッチな記事になります。 (最後の2行に大事なことを書いてあるので、すでにmetadata使ってる方にもオススメです) ちなみに、Redash自体のデータベースに入っているデータのことがmetadataと呼ばれています。 SHOWROOMで使っているRedashは公式のこちらを使って構築して、version 8から9に上げ、今は10.1.0になっています。 https://redas

                                                                      RedashでRedashのデータベースを使う方法〜Redashのmetadataを使う準備〜|SHOWROOM Blog
                                                                    • Google Images SEO: Image Metadata | Google Search Central  |  Documentation  |  Google for Developers

                                                                      Send feedback Stay organized with collections Save and categorize content based on your preferences. Image metadata in Google Images When you specify image metadata, Google Images can show more details about the image, such as who the creator is, how people can use an image, and credit information. For example, providing licensing information can make the image eligible for the Licensable badge, w

                                                                        Google Images SEO: Image Metadata | Google Search Central  |  Documentation  |  Google for Developers
                                                                      • GitHub - rocktimsaikia/meta-fetcher: Simple metadata scrapper for node.js

                                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                          GitHub - rocktimsaikia/meta-fetcher: Simple metadata scrapper for node.js
                                                                        • [レポート] Data Catalog for Data Discovery and Metadata Management – Google Cloud Next ’20: OnAir #GoogleCloudNext | DevelopersIO

                                                                          現在、2020年7月14日から9月8日までの数週間にわたってGoogle Cloudのデジタルイベント『Google Cloud Next ’20: OnAir』が開催されています。 このイベントでは、2020年7月14日から毎週、異なるテーマで様々なセッションや催しのコンテンツが公開されています。(コンテンツは PDT[米国太平洋標準時(夏時間)]での火曜日午前9時→JST[日本時間]の水曜午前1時に配信される形になっています) 1.[2020/07/14〜] Industry Insights 2.[2020/07/21〜] Productivity & Collaboration 3.[2020/07/28〜] Infrastructure 4.[2020/08/04〜] Security 5.[2020/08/11〜] Data Analytics 6.[2020/08/18〜]

                                                                            [レポート] Data Catalog for Data Discovery and Metadata Management – Google Cloud Next ’20: OnAir #GoogleCloudNext | DevelopersIO
                                                                          • Microsoft、「October 2020 Update」で削除・開発終了となる機能を案内/「MBAE service metadata」の削除のみ

                                                                              Microsoft、「October 2020 Update」で削除・開発終了となる機能を案内/「MBAE service metadata」の削除のみ
                                                                            • ReactアプリでAuth0ユーザーのuser_metadata/app_metadataを取得してみた | DevelopersIO

                                                                              こんにちは、CX事業本部の若槻です。 認証管理プラットフォームAuth0では、ユーザーにuser_metadataとapp_metadataの2種類のメタデータを持たせることができます。user_metadataはユーザーが更新可能、app_metadataはユーザーが読み取りのみ可能なメタデータとなります。 Metadata 今回は、ReactアプリでAuth0ユーザーのuser_metadata/app_metadataを取得してみました。 やってみた Auth0ユーザーのメタデータの設定 Auth0管理コンソールにログインしたら、[User Management]-[Users]を開き、メタデータを設定したいユーザーを選択します。 ユーザーメニューで[Details]タブを選択し、 下の方へスクロールするとuser_metadataとapp_metadataの入力欄があるので、それぞ

                                                                                ReactアプリでAuth0ユーザーのuser_metadata/app_metadataを取得してみた | DevelopersIO
                                                                              • CensOS6のサポートが切れてyum updateでError: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try againが出た時の対処法 - Qiita

                                                                                $ docker build -t centos6.6 . Sending build context to Docker daemon 2.048kB Step 1/2 : FROM centos:6.6 ---> 368c96d786ae Step 2/2 : RUN yum update -y ---> Running in 7daac25d2959 Loaded plugins: fastestmirror Setting up Update Process Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again YumRepo Error: All mirror URLs are not using ftp,

                                                                                  CensOS6のサポートが切れてyum updateでError: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try againが出た時の対処法 - Qiita
                                                                                • next/headを使ったmetadataを React Testing Library でテストする

                                                                                  Next.jsでmetaタグに仕込んだテキストをテストする時にちょっと詰まったのでメモ。 要約 next/head をモック化すればOK。 jest.mock('next/head', () => { return { __esModule: true, default: ({ children }: { children: Array<React.ReactElement> }) => { return <>{children}</>; }, }; });

                                                                                    next/headを使ったmetadataを React Testing Library でテストする