<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>odan3240</author_name>
  <author_url>https://blog.hatena.ne.jp/odan3240/</author_url>
  <blog_title>Mobile Factory Tech Blog</blog_title>
  <blog_url>https://tech.mobilefactory.jp/</blog_url>
  <categories>
    <anon>バックエンド</anon>
  </categories>
  <description>NestJS は Node.js 向けのウェブフレームワークです。その特徴として Decorator を用いてクラスやメソッドにアノテーションをする仕組みを提供しています。 例えば API のエンドポイントを定義する場合は次のようなコードを実装します。 import { Controller, Get } from '@nestjs/common'; @Controller('cats') export class CatsController { @Get() findAll(): string { return 'This action returns all cats'; } } 高速な…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftech.mobilefactory.jp%2Fentry%2F2021%2F12%2F17%2F000000&quot; title=&quot;NestJS 製のプロジェクトのテストを@swc/jest で高速化する - Mobile Factory Tech Blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-12-17 00:00:00</published>
  <title>NestJS 製のプロジェクトのテストを@swc/jest で高速化する</title>
  <type>rich</type>
  <url>https://tech.mobilefactory.jp/entry/2021/12/17/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
