並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 167 件 / 167件

新着順 人気順

リファレンスの検索結果161 - 167 件 / 167件

  • Expect · Jest

    テストを作成する時に、値が特定の条件に合致することを確認する必要がよくあるでしょう。 expect によって様々な事柄を検証するための数多くの「マッチャ」を利用することができます。

      Expect · Jest
    • Jest CLI オプション · Jest

      jest のコマンドラインランナーは多くの便利なオプションを持っています。 jest --help を実行することで使用可能な全てのオプションを見ることができます。 以下に示すオプションの多くは任意のテストを実行する際に利用できます。 Jest の各設定オプションは CLI 経由で指定できます。 以下に簡単な概要を示します。 コマンドラインから実行する​ 全てのテストを実行する (既定値):

        Jest CLI オプション · Jest
      • SketchDaily Reference Site

        • Formula Cookbook

          Formula Cookbook A formula is a package definition written in Ruby. It can be created with brew create <URL> where <URL> is a zip or tarball, installed with brew install <formula>, and debugged with brew install --debug --verbose <formula>. Formulae use the Formula API which provides various Homebrew-specific helpers. Homebrew terminology An introduction Basic instructions Grab the URL Fill in the

            Formula Cookbook
          • JavaScript With Syntax For Types.

            TypeScript is JavaScript with syntax for types.TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.

            • WWWクリエイターズ | ウェブと開発をもっと楽しむ情報サイト

              class TodoApp extends React.Component { constructor(props) { super(props); this.handleChange = this.handleChange.bind(this); this.handleSubmit = this.handleSubmit.bind(this); this.state = {items: [], text: ''}; } render() { return (); } handleChange(e) { this.setState({text: e.target.value}); } handleSubmit(e) { e.preventDefault(); var newItem = { text: this.state.text, id: Date.now() }; this.setS

              • Top (Gauche ユーザリファレンス)

                Top (Gauche ユーザリファレンス)