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

Escape angle brackets in configuration #9189

Merged
merged 5 commits into from
Nov 21, 2019
Merged

Commits on Nov 15, 2019

  1. Escape angle brackets in configuration

    Github markdown treats anything within angle brackets as an HTML tag. Due to this, data types such as `[array\<string>]` get rendered as `[array<string>]`. Many of the links are broken because of this because docusaurus doesn't read the hidden HTML tag.
    ayush000 authored Nov 15, 2019
    Configuration menu
    Copy the full SHA
    79d4c25 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. Configuration menu
    Copy the full SHA
    cb5bd44 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Merge branch 'master' into patch-1

    * master:
      chore: upgrade to fsevents 2 (jestjs#9215)
      docs: remove expect.assertions(1) in rejects example of Tutoria… (jestjs#9149)
      chore: bump to istanbul alphas (jestjs#9192)
      Fix typo in JestPlatform.md (jestjs#9212)
      jest-snapshot: Ignore indentation for most serialized objects (jestjs#9203)
      fix(jest-types): tighten Config types and set more defaults (jestjs#9200)
      jest-snapshot: Improve colors when snapshots are updatable (jestjs#9132)
      jest-snapshot: Omit irrelevant received properties when property matchers fail (jestjs#9198)
      chore: make changedFiles option optional in `shouldInstrument` (jestjs#9197)
      fix(pretty-format): correctly detect memo (jestjs#9196)
      chore: regenerate lockfiles in e2e tests (jestjs#9193)
      chore: bump handlebars
    ayush000 committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    445cf6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9966d50 View commit details
    Browse the repository at this point in the history
  3. dedupe deps

    SimenB committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    b21b990 View commit details
    Browse the repository at this point in the history